Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/dom/data.js')
-rw-r--r--js/src/dom/data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/dom/data.js b/js/src/dom/data.js
index 76c5e0a29b..55d65e9f81 100644
--- a/js/src/dom/data.js
+++ b/js/src/dom/data.js
@@ -11,6 +11,7 @@
const elementMap = new Map()
+// eslint-disable-next-line import/no-anonymous-default-export
export default {
set(element, key, instance) {
if (!elementMap.has(element)) {