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(); |
|
26 | $('.search[data-target]').keyup(function () { |
||
27 | search($(this).data('target')); |
||
28 | }); |
||
29 | |||
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.