diamond.js
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -32,4 +32,6 @@ // Generated by CoffeeScript 1.7.1 | ||
v = _ref[k]; | ||
if (this.constructor.properties[k].save) { | ||
this.properties[k] = this.constructor.properties[k].save.call(this, v); | ||
if (this.constructor.properties[k]) { | ||
if (this.constructor.properties[k].save) { | ||
this.properties[k] = this.constructor.properties[k].save.call(this, v); | ||
} | ||
} | ||
@@ -49,4 +51,6 @@ } | ||
v = _ref[k]; | ||
if (this.constructor.properties[k].save) { | ||
this.properties[k] = this.constructor.properties[k].save.call(this, v); | ||
if (this.constructor.properties[k]) { | ||
if (this.constructor.properties[k].save) { | ||
this.properties[k] = this.constructor.properties[k].save.call(this, v); | ||
} | ||
} | ||
@@ -53,0 +57,0 @@ } |
{ | ||
"name": "diamond.js", | ||
"description": "MVC web framework", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Arthur Xavier", |
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
28714
531