For now hide the jshint warning. re #125

This commit is contained in:
Sébastien Lucas 2013-12-12 22:33:43 +01:00
parent 42eb4c2a70
commit 509b58b456
2 changed files with 10 additions and 1 deletions

View File

@ -89,6 +89,15 @@ opacity: 0.5;
opacity: 1;
}
.filter-include:after {
content: "\fa99";
}
.filter-exclude:after {
content: "\fa9d";
}
.filter-exclude {
border-right:thick solid red;
opacity: 1;

View File

@ -2,7 +2,7 @@
// copyright Sébastien Lucas
// https://github.com/seblucas/cops
/*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true */
/*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true, loopfunc: true */
/*global LRUCache */
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;