aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/data.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-26 13:20:34 +0200
committerXhmikosR <[email protected]>2019-03-11 17:01:28 +0200
commit46c037410b8c7eaab3cf50a5cf44093aa2fd41f4 (patch)
treecb8c857562c4d3f819a5a8fcc563bc8f2c126e4e /js/src/dom/data.js
parent44e6abcba50309df4fae56a9c7ef79145b64a356 (diff)
downloadbootstrap-46c037410b8c7eaab3cf50a5cf44093aa2fd41f4.tar.xz
bootstrap-46c037410b8c7eaab3cf50a5cf44093aa2fd41f4.zip
Comply to the new rules.
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 43a917b0e..6dd5a5bb2 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) {