aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 1fa55494e..71f93a7c5 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -7,7 +7,7 @@ import $ from 'jquery'
* --------------------------------------------------------------------------
*/
-const Util = (() => {
+const Util = (($) => {
/**
@@ -152,10 +152,6 @@ const Util = (() => {
}
}
}
- },
-
- get jQuery() {
- return window.jQuery || window.$
}
}