Issues (79)

templates/tingle/ready.js (1 issue)

Labels
Severity
1
    jaxon.command.handler.register("tingle.show", jaxon.dialogs.tingle.show);
0 ignored issues
show
The variable jaxon seems to be never declared. If this is a global, consider adding a /** global: jaxon */ comment.

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.

Loading history...
2
    jaxon.command.handler.register("tingle.hide", jaxon.dialogs.tingle.hide);
3