diff options
| author | XhmikosR <[email protected]> | 2021-09-28 19:26:44 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-28 19:26:44 +0300 |
| commit | a55f9b6a1296d66e613e9ed6caefe36001c5018b (patch) | |
| tree | b115c6696ac48f5a29c84749bb38f3754a18ae61 /dist/js/bootstrap.js | |
| parent | b6575086b6190fa9cdf86b9402f5012a613543bf (diff) | |
| download | bootstrap-main-xmr-rollup.tar.xz bootstrap-main-xmr-rollup.zip | |
distmain-xmr-rollup
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 1ed121e62..f71b450cc 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -11,23 +11,23 @@ function _interopNamespace(e) { if (e && e.__esModule) return e; - var n = Object.create(null); + const n = Object.create(null); if (e) { - Object.keys(e).forEach(function (k) { + for (const k in e) { if (k !== 'default') { - var d = Object.getOwnPropertyDescriptor(e, k); + const d = Object.getOwnPropertyDescriptor(e, k); Object.defineProperty(n, k, d.get ? d : { enumerable: true, - get: function () { return e[k]; } + get: () => e[k] }); } - }); + } } - n["default"] = e; + n.default = e; return Object.freeze(n); } - var Popper__namespace = /*#__PURE__*/_interopNamespace(Popper); + const Popper__namespace = /*#__PURE__*/_interopNamespace(Popper); /** * -------------------------------------------------------------------------- @@ -641,7 +641,7 @@ * ------------------------------------------------------------------------ */ const elementMap = new Map(); - var Data = { + const Data = { set(element, key, instance) { if (!elementMap.has(element)) { elementMap.set(element, new Map()); @@ -5025,7 +5025,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ - var index_umd = { + const index_umd = { Alert, Button, Carousel, |
