backbone-relations
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -147,3 +147,5 @@ // Generated by CoffeeScript 1.4.0 | ||
models.listenTo(via, 'add', function(other) { | ||
return this.add(ctor.cache().get(other.get(theirs))); | ||
if (other = ctor.cache().get(other.get(theirs))) { | ||
return this.add(other); | ||
} | ||
}); | ||
@@ -150,0 +152,0 @@ models.listenTo(via, 'remove', function(other) { |
{ | ||
"name": "backbone-relations", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "Casey Foster <casey@caseywebdev.com>", | ||
@@ -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
10312
206