Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 6 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | $('i.glyphicon-refresh-animate').hide(); |
|
2 | function updateItems(r) { |
||
3 | _opts.items.avaliable = r.avaliable; |
||
|
|||
4 | _opts.items.assigned = r.assigned; |
||
5 | search('avaliable'); |
||
6 | search('assigned'); |
||
7 | } |
||
8 | |||
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.