Fixes for missing parts of the definition based on the CI test on DefinitelyTyped

This commit is contained in:
Hiraash Thawfeek
2015-09-29 23:31:03 +05:30
parent e32a300f7b
commit 683a6e7ec0
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ declare module commangular {
/**
* TBD
*/
resolver( commandName: string, resolverFunction ) : void;
resolver( commandName: string, resolverFunction : Function ) : void;
/**
* Clears all commands and aspects registered with commangular.