Make jshint happy :(

This commit is contained in:
Sébastien Lucas 2014-04-06 21:27:55 +02:00
rodič a2a6652487
revize 62cab998ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -3,7 +3,7 @@
// 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, loopfunc: true */ /*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true, loopfunc: true */
/*global LRUCache, doT */ /*global LRUCache, doT, Bloodhound */
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList; var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;