diamond.js
Advanced tools
Comparing version 0.2.22 to 0.2.23
@@ -58,3 +58,3 @@ // Generated by CoffeeScript 1.8.0 | ||
Model.prototype.set = function(name, value) { | ||
return this.properties[name] = this.getField(name).set(this, value); | ||
return this.properties[name] = this.getProperty(name).set(this, value); | ||
}; | ||
@@ -61,0 +61,0 @@ |
{ | ||
"name": "diamond.js", | ||
"description": "Generic MVC web framework", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"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
35499