« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/xhr-util.js2
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.