Skip to content

Commit f6e26b0

Browse files
committed
refactor: resolve eslint errors
1 parent a9c6159 commit f6e26b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/dom/manipulator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Manipulator = {
5959

6060
for (const key of coreuiKeys) {
6161
let pureKey = key.replace(/^coreui/, '')
62-
pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1, pureKey.length)
62+
pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1)
6363
attributes[pureKey] = normalizeData(element.dataset[key])
6464
}
6565

0 commit comments

Comments
 (0)