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 /js/dist/dom/data.js | |
| parent | b6575086b6190fa9cdf86b9402f5012a613543bf (diff) | |
| download | bootstrap-main-xmr-rollup.tar.xz bootstrap-main-xmr-rollup.zip | |
distmain-xmr-rollup
Diffstat (limited to 'js/dist/dom/data.js')
| -rw-r--r-- | js/dist/dom/data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/dom/data.js b/js/dist/dom/data.js index 47ec747a0..a73396b86 100644 --- a/js/dist/dom/data.js +++ b/js/dist/dom/data.js @@ -22,7 +22,7 @@ * ------------------------------------------------------------------------ */ const elementMap = new Map(); - var data = { + const data = { set(element, key, instance) { if (!elementMap.has(element)) { elementMap.set(element, new Map()); |
