summaryrefslogtreecommitdiff
path: root/src/util/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/jquery.js')
-rw-r--r--src/util/jquery.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/jquery.js b/src/util/jquery.js
deleted file mode 100644
index 12a64fc6..00000000
--- a/src/util/jquery.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * Binding of the global jQuery variable for use within React.
- *
- * This should be used instead of '$', to address ESLint warnings relating to undefined global variables.
- */
-const jQuery = window["$"];
-
-export default jQuery;