summaryrefslogtreecommitdiff
path: root/src/util/jquery.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-27 21:11:24 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-27 21:11:24 +0200
commitf859c43400ef6de29b340abfd534f2f59c183e2b (patch)
treeedb32ca220c037713c20b48bcf20ee0923cfeff3 /src/util/jquery.js
parent911290cb5e13482acf9701ec9da7a3b16fd17061 (diff)
Add spec-test for date-time util module
Diffstat (limited to 'src/util/jquery.js')
-rw-r--r--src/util/jquery.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/jquery.js b/src/util/jquery.js
index dd0a7222..12a64fc6 100644
--- a/src/util/jquery.js
+++ b/src/util/jquery.js
@@ -1,2 +1,8 @@
+/**
+ * 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;