diff options
Diffstat (limited to 'src/static/lazy-loading.js')
-rw-r--r-- | src/static/lazy-loading.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/lazy-loading.js b/src/static/lazy-loading.js index b5b0a368..b04ad7c2 100644 --- a/src/static/lazy-loading.js +++ b/src/static/lazy-loading.js @@ -1,3 +1,5 @@ +/* eslint-env browser */ + // Lazy loading! Roll your own. Woot. // This file includes a 8unch of fall8acks and stuff like that, and is written // with fairly Olden JavaScript(TM), so as to work on pretty much any 8rowser |