mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
remove old references to jquery and some fixes
This commit is contained in:
+2
-2
@@ -23,10 +23,10 @@ const Data = (() => {
|
||||
key,
|
||||
id
|
||||
}
|
||||
id++
|
||||
}
|
||||
|
||||
storeData[id] = data
|
||||
id++
|
||||
storeData[element.key.id] = data
|
||||
},
|
||||
get(element, key) {
|
||||
if (typeof element === 'undefined' || typeof element.key === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user