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, 4 insertions, 0 deletions
diff --git a/js/src/util.js b/js/src/util.js
index e0a81b9ec..de4f061bb 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -235,6 +235,10 @@ const Util = {
return Util.findShadowRoot(element.parentNode)
},
+ // eslint-disable-next-line no-empty-function
+ noop() {
+ },
+
get jQuery() {
return window.$ || window.jQuery
}