diff options
| author | XhmikosR <[email protected]> | 2019-02-26 13:20:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:01:28 +0200 |
| commit | 46c037410b8c7eaab3cf50a5cf44093aa2fd41f4 (patch) | |
| tree | cb8c857562c4d3f819a5a8fcc563bc8f2c126e4e /js/src/dom/data.js | |
| parent | 44e6abcba50309df4fae56a9c7ef79145b64a356 (diff) | |
| download | bootstrap-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.js | 1 |
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) { |
