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 43a917b0e3..6dd5a5bb22 100644
--- a/js/src/dom/data.js
+++ b/js/src/dom/data.js
@@ -35,6 +35,7 @@ const mapData = (() => {
if (keyProperties.key === key) {
return storeData[keyProperties.id]
}
+
return null
},
delete(element, key) {