diff options
| author | Alessandro Chitolina <[email protected]> | 2017-09-21 18:04:47 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | cc6e130fc1c6f794fcdb24737cb584ac2c937d33 (patch) | |
| tree | e303b1b069e2cff03fbaf11c927ca05ce94e8849 /js/src/util.js | |
| parent | 7c1d0a1097657fb604a69cd47375a7e94c0ced93 (diff) | |
| download | bootstrap-cc6e130fc1c6f794fcdb24737cb584ac2c937d33.tar.xz bootstrap-cc6e130fc1c6f794fcdb24737cb584ac2c937d33.zip | |
tooltip without jquery
Diffstat (limited to 'js/src/util.js')
| -rw-r--r-- | js/src/util.js | 4 |
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 } |
