Issues (248)

web/js/flash-text.js (1 issue)

Labels
Severity
1
setFlashTextAndShow(flashText);
0 ignored issues
show
The variable flashText seems to be never declared. If this is a global, consider adding a /** global: flashText */ 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...