summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Zarakovsky <vlad.zar@gmail.com>2016-01-02 17:10:16 +0300
committerVladislav Zarakovsky <vlad.zar@gmail.com>2016-01-02 17:10:16 +0300
commitfb6dabbe76e6cb467379ccc942e3cfecad925d4a (patch)
treed1220246787c2e9bc5dd576a24c4decaf4a69391
parent4cbe32142a6b5170fe97bba4ecc13cf959813f76 (diff)
downloadawesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.zip
awesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.tar.gz
awesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.tar.bz2
Tell eslint about valid globals
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index f415a07..f081872 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,4 @@
+/* global Awesomplete, $:true, $$:true */
$ = Awesomplete.$;
$$ = Awesomplete.$$;