lint fixes

This commit is contained in:
Shish
2016-06-18 19:00:26 +01:00
parent 24973ada17
commit cfd3a9d248
3 changed files with 11 additions and 6 deletions

View File

@ -23,7 +23,7 @@ $(function(){
return {
label : item + ' ('+count+')',
value : item
}
};
}));
},
error : function (request, status, error) {
@ -55,4 +55,4 @@ $(function(){
}
}
});
});
});