diff options
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()); |
