We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38576df commit 6450c9bCopy full SHA for 6450c9b
src/org/puremvc/typescript/multicore/interfaces/IController.ts
@@ -49,9 +49,8 @@ module puremvc
49
* The name of the <code>INotification</code>.
50
*
51
* @param commandClassRef
52
- * The constructor of the <code>ICommand</code>.
+ * The constructor of the <code>ICommand</code> implementor classes.
53
*/
54
- //FIXME There is probably a special syntax to pass class / constructor reference or we may use at least callback: () => void if best
55
registerCommand( notificationName:string, commandClassRef:Function ):void;
56
57
/**
0 commit comments