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.
1 parent a9c6159 commit f6e26b0Copy full SHA for f6e26b0
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