Comparing version 0.21.12 to 0.21.13
@@ -785,4 +785,4 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
applyOnCreate[key] = prototype[key] | ||
} else if (key.slice(0, 6) === 'render') { | ||
var propertyName = key[6].toLowerCase() + key.slice(7) | ||
} else if (key.slice(0, 7) === '_render') { | ||
var propertyName = key[7].toLowerCase() + key.slice(8) | ||
if (!propertyHandlers) { | ||
@@ -1853,3 +1853,3 @@ propertyHandlers = prototype._propertyHandlers = Object.create(prototype._propertyHandlers) | ||
return element.with(props) | ||
if (element === 'function') | ||
if (typeof element === 'function') | ||
return element(props) | ||
@@ -1856,0 +1856,0 @@ throw Error('Unrecognize element type') |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.12", | ||
"version": "0.21.13", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
976988