1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

Use Util.makeArray().

This commit is contained in:
XhmikosR
2019-02-19 23:52:04 +02:00
parent 9fda96e197
commit 68e6de42ec
5 changed files with 16 additions and 14 deletions

View File

@@ -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