Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Lines | 3 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | $('i.glyphicon-refresh-animate').hide(); |
|
19 | }).always(function () { |
||
20 | $this.children('i.glyphicon-refresh-animate').hide(); |
||
21 | }); |
||
22 | } |
||
56 |
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.