Comparing version 0.0.10 to 0.0.11
@@ -52,2 +52,3 @@ import { randGen } from '/node_modules/jsstrgen/jsstrgen.js'; | ||
node.setAttribute('azdom-' + componentClass.name, objId); | ||
node.classList.add('azui'); | ||
typeof componentObject.azInit === 'function' && componentObject.azInit(options); | ||
@@ -54,0 +55,0 @@ objCache[objId] = componentObject; |
{ | ||
"name": "azdom", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A DOM manager library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18047
490