backbone-relations
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -52,3 +52,3 @@ (function (root, factory) { | ||
resolved.url = this.url || function () { | ||
return _.result(owner, 'url') + this.urlRoot; | ||
return _.result(owner, 'url') + _.result(this, 'urlRoot'); | ||
}; | ||
@@ -119,3 +119,3 @@ return resolved; | ||
instance.url = this.url || function () { | ||
return _.result(owner, 'url') + this.urlRoot; | ||
return _.result(owner, 'url') + _.result(this, 'urlRoot'); | ||
}; | ||
@@ -122,0 +122,0 @@ var reverse = this.reverse; |
{ | ||
"name": "backbone-relations", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"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
8747