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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 68205edef..abc548a45 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
-const Util = (() => {
+const Util = (($) => {
/**
@@ -119,6 +119,6 @@ const Util = (() => {
return Util
-})()
+})(jQuery)
export default Util