| 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(); |
|
| 18 | }).always(function () { |
||
| 19 | $this.children('i.glyphicon-refresh-animate').hide(); |
||
| 20 | }); |
||
| 21 | } |
||
| 54 |
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.