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.esm.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.esm.js')
| -rw-r--r-- | dist/js/bootstrap.esm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.esm.js b/dist/js/bootstrap.esm.js index 4a6c1eace..d8948cc3b 100644 --- a/dist/js/bootstrap.esm.js +++ b/dist/js/bootstrap.esm.js @@ -617,7 +617,7 @@ const EventHandler = { * ------------------------------------------------------------------------ */ const elementMap = new Map(); -var Data = { +const Data = { set(element, key, instance) { if (!elementMap.has(element)) { elementMap.set(element, new Map()); |
