From 68e6de42ecca81aa7b46f6387ea4d057bd013a6e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Feb 2019 23:52:04 +0200 Subject: Use `Util.makeArray()`. --- js/src/dom/polyfill.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/dom') 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 -- cgit v1.2.3