Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -164,3 +164,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
ElementRenderer.prototype.shouldRender = function (element) { | ||
return document.body.contains(element) | ||
return document.body.contains(element) || typeof element.__alkaliAttached__ != 'boolean' | ||
} | ||
@@ -167,0 +167,0 @@ ElementRenderer.prototype.getSubject = function () { |
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
970781