Comparing version 6.0.13 to 6.0.14
{ | ||
"name": "remixml", | ||
"version": "6.0.13", | ||
"version": "6.0.14", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -413,3 +413,3 @@ /** @license | ||
if (!isa(k)) | ||
k["length"] = 0; // Obj.assign bails out otherwise Object->Array | ||
/** @type {!Object} */(k)["length"] = 0; // Object->Array kludge | ||
r = /** @type {!Array} */(Obj.assign(r, k)); | ||
@@ -416,0 +416,0 @@ i = r.length; |
@@ -421,3 +421,3 @@ /** @license | ||
if (!isa(k)) | ||
k["length"] = 0; // Obj.assign bails out otherwise Object->Array | ||
/** @type {!Object} */(k)["length"] = 0; // Object->Array kludge | ||
r = /** @type {!Array} */(Obj.assign(r, k)); | ||
@@ -424,0 +424,0 @@ i = r.length; |
Sorry, the diff of this file is not supported yet
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
559241