diff options
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 |
