diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-01-02 17:10:16 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-01-02 17:10:16 +0300 |
commit | fb6dabbe76e6cb467379ccc942e3cfecad925d4a (patch) | |
tree | d1220246787c2e9bc5dd576a24c4decaf4a69391 /index.js | |
parent | 4cbe32142a6b5170fe97bba4ecc13cf959813f76 (diff) | |
download | awesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.zip awesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.tar.gz awesomplete-fb6dabbe76e6cb467379ccc942e3cfecad925d4a.tar.bz2 |
Tell eslint about valid globals
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* global Awesomplete, $:true, $$:true */ $ = Awesomplete.$; $$ = Awesomplete.$$; |