Procházet zdrojové kódy

Forgot to make jshint happy ;). re #79

master
Sébastien Lucas před 9 roky
rodič
revize
e2425e83ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      util.js

+ 1
- 1
util.js Zobrazit soubor

@@ -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;



Načítá se…
Zrušit
Uložit