Comparing version 5.4.0 to 5.4.1
@@ -120,3 +120,5 @@ "use strict"; | ||
comp = content[i]; | ||
if (comp instanceof Function) | ||
if (comp instanceof Element) | ||
comp.appendChild(element); | ||
else if (comp instanceof Function) | ||
comp(element); | ||
@@ -123,0 +125,0 @@ else |
@@ -116,3 +116,5 @@ /** | ||
comp = content[i]; | ||
if (comp instanceof Function) | ||
if (comp instanceof Element) | ||
comp.appendChild(element); | ||
else if (comp instanceof Function) | ||
comp(element); | ||
@@ -119,0 +121,0 @@ else |
{ | ||
"name": "deleight", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
536916
16232