diff options
| author | XhmikosR <[email protected]> | 2019-02-19 23:52:04 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 68e6de42ecca81aa7b46f6387ea4d057bd013a6e (patch) | |
| tree | 08793a1d0702bc91c6f3437422ac457084c1fb87 /js/src/dom | |
| parent | 9fda96e197abc9eba24962443ed79bc11fef485c (diff) | |
| download | bootstrap-68e6de42ecca81aa7b46f6387ea4d057bd013a6e.tar.xz bootstrap-68e6de42ecca81aa7b46f6387ea4d057bd013a6e.zip | |
Use `Util.makeArray()`.
Diffstat (limited to 'js/src/dom')
| -rw-r--r-- | js/src/dom/polyfill.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js index 8644dc702..cbae0f668 100644 --- a/js/src/dom/polyfill.js +++ b/js/src/dom/polyfill.js @@ -1,5 +1,3 @@ -import Util from '../util' - /** * -------------------------------------------------------------------------- * Bootstrap (v4.3.1): dom/polyfill.js @@ -7,6 +5,8 @@ import Util from '../util' * -------------------------------------------------------------------------- */ +import Util from '../util' + /* istanbul ignore next */ const Polyfill = (() => { // MSEdge resets defaultPrevented flag upon dispatchEvent call if at least one listener is attached |
