backbone-relations
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -29,3 +29,6 @@ (function () { | ||
set: function (val, options) { this.instance().set(val, options); }, | ||
set: function (val, options) { | ||
options = _.extend({}, options, {add: true, merge: true, remove: true}); | ||
this.instance().set(val, options); | ||
}, | ||
@@ -32,0 +35,0 @@ resolve: function () { |
{ | ||
"name": "backbone-relations", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"author": "Casey Foster <c@sey.me>", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
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
6797
7
144