We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
….length
end
1 parent 4032180 commit 8d21957Copy full SHA for 8d21957
js/src/dom/manipulator.js
@@ -59,7 +59,7 @@ const Manipulator = {
59
60
for (const key of coreuiKeys) {
61
let pureKey = key.replace(/^coreui/, '')
62
- pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1, pureKey.length)
+ pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1)
63
attributes[pureKey] = normalizeData(element.dataset[key])
64
}
65
0 commit comments