diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-15 18:44:40 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-15 18:44:40 -0300 |
commit | f50792513c5f8f8b8c48c0064ccb3894b38479b0 (patch) | |
tree | 2d170264b5abec3ba9643b790a8bef5d80c308d3 /src | |
parent | 87e044d84c8d5b6d780d60834f47a07c3aac3d12 (diff) |
client: add missing eslint-env for xhr-util.js
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. |