Comparing version 0.21.15 to 0.21.16
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.15", | ||
"version": "0.21.16", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"bluebird": "^3.5", | ||
"bluebird": "^3.7", | ||
"dojo": "^1.10.2", | ||
@@ -24,0 +24,0 @@ "dojo-dstore": "^1.1.1", |
@@ -525,3 +525,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
childElement = each(item, thisElement) | ||
if (childElement.create) { | ||
if (childElement && childElement.create) { | ||
childElement = childElement.create({parent: thisElement, _item: item}) | ||
@@ -528,0 +528,0 @@ } |
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
977270