@ecl/dom-utils
Advanced tools
Comparing version 3.8.4 to 3.9.0
@@ -19,3 +19,3 @@ import { queryAll } from '..'; | ||
.filter( | ||
(node) => node.getAttribute('data-ecl-auto-initialized') !== 'true' | ||
(node) => node.getAttribute('data-ecl-auto-initialized') !== 'true', | ||
) | ||
@@ -27,3 +27,3 @@ .forEach((node) => { | ||
throw new TypeError( | ||
`(ecl-auto-init) ${componentType} data-ecl-auto-init is empty` | ||
`(ecl-auto-init) ${componentType} data-ecl-auto-init is empty`, | ||
); | ||
@@ -35,3 +35,3 @@ } | ||
throw new TypeError( | ||
`(ecl-auto-init) Could not find '${componentType}'` | ||
`(ecl-auto-init) Could not find '${componentType}'`, | ||
); | ||
@@ -42,3 +42,3 @@ } | ||
throw new TypeError( | ||
`(ecl-auto-init) Could not find autoInit for '${componentType}'` | ||
`(ecl-auto-init) Could not find autoInit for '${componentType}'`, | ||
); | ||
@@ -45,0 +45,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.8.4", | ||
"version": "3.9.0", | ||
"description": "ECL DOM utilities", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
], | ||
"gitHead": "b79eb951894a3ca13c9b1a6b8f4bfce3f02dbbf5" | ||
"gitHead": "da7e2afeeec9d1aa44e4ce9e5ac46619a23328db" | ||
} |
18037