Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
Patch Available
-
Patch, Important
Description
The generated TypeScript code has an issue with methods with no parameters. The method signature shows an additional comma character (',') in the parameter list which have a callback argument.
/** * A method definition.... */ ping(): void; /** * A method definition.... */ ping(, callback: Function): JQueryXHR;
committed