diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/static/xhr-util.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/xhr-util.js b/src/static/xhr-util.js index bc0698da..8a43072c 100644 --- a/src/static/xhr-util.js +++ b/src/static/xhr-util.js @@ -1,3 +1,5 @@ +/* eslint-env browser */ + /** * This fetch function is adapted from a `loadImage` function * credited to Parziphal, Feb 13, 2017. |