summaryrefslogtreecommitdiff
path: root/frontend/src/util/jquery.js
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-29 13:18:37 +0100
committerGitHub <noreply@github.com>2020-10-29 13:18:37 +0100
commitcb50c427098cd73b0d4de930d35c5976f2ae919f (patch)
tree7906ae4c1620670e74f89a4649c8eac215ca087f /frontend/src/util/jquery.js
parent93fa55749c40ed1f1a7bee9157bce81708988656 (diff)
parent59bbe732cd83595b8114971d1baa802ef8cb95cc (diff)
Merge pull request #54 from atlarge-research/build/frontend
Simplify and optimize frontend build process
Diffstat (limited to 'frontend/src/util/jquery.js')
-rw-r--r--frontend/src/util/jquery.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/util/jquery.js b/frontend/src/util/jquery.js
deleted file mode 100644
index 4976dd7d..00000000
--- a/frontend/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