Skip to content

Commit 6450c9b

Browse files
committed
resolved a todo
1 parent 38576df commit 6450c9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/org/puremvc/typescript/multicore/interfaces/IController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ module puremvc
4949
* The name of the <code>INotification</code>.
5050
*
5151
* @param commandClassRef
52-
* The constructor of the <code>ICommand</code>.
52+
* The constructor of the <code>ICommand</code> implementor classes.
5353
*/
54-
//FIXME There is probably a special syntax to pass class / constructor reference or we may use at least callback: () => void if best
5554
registerCommand( notificationName:string, commandClassRef:Function ):void;
5655

5756
/**

0 commit comments

Comments
 (0)