1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

fix(data): increase coverage for data

This commit is contained in:
Johann-S
2018-06-09 18:23:13 +02:00
committed by XhmikosR
parent 9313446274
commit 0b719e065c
4 changed files with 99 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v4.0.0-beta): dom/data.js
* Bootstrap (v4.1.1): dom/data.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -12,7 +12,6 @@ const Data = (() => {
* ------------------------------------------------------------------------
*/
const mapData = (() => {
const storeData = {}
let id = 1