Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 2 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | jaxon.command.handler.register("tingle.show", jaxon.dialogs.tingle.show); |
||
|
|||
2 | jaxon.command.handler.register("tingle.hide", jaxon.dialogs.tingle.hide); |
||
3 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.