From 62cab998ce8afdd2c3ebe4dab58705a57efc11cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 6 Apr 2014 21:27:55 +0200 Subject: [PATCH] Make jshint happy :( --- util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.js b/util.js index 342cc70..f440133 100644 --- a/util.js +++ b/util.js @@ -3,7 +3,7 @@ // 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 */ -/*global LRUCache, doT */ +/*global LRUCache, doT, Bloodhound */ var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;