From e2425e83aefa504ac51fe4f2c99baa6f3c07d15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 24 Jul 2014 20:43:26 +0200 Subject: [PATCH] Forgot to make jshint happy ;). re #79 --- util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.js b/util.js index fc86552..02072bd 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, Bloodhound */ +/*global LRUCache, doT, Bloodhound, postRefresh */ var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;