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; opacity: 1;
} }
.filter-include:after {
content: "\fa99";
}
.filter-exclude:after {
content: "\fa9d";
}
.filter-exclude { .filter-exclude {
border-right:thick solid red; border-right:thick solid red;
opacity: 1; opacity: 1;

View file

@ -2,7 +2,7 @@
// copyright Sébastien Lucas // copyright Sébastien Lucas
// https://github.com/seblucas/cops // 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 */ /*global LRUCache */
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList; var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;