backbone-relations
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -91,3 +91,3 @@ (function (root, factory) { | ||
instance.urlRoot = this.urlRoot || '/' + this.key; | ||
instance.url = function () { | ||
instance.url = this.url || function () { | ||
return _.result(owner, 'url') + this.urlRoot; | ||
@@ -94,0 +94,0 @@ }; |
{ | ||
"name": "backbone-relations", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"main": "./backbone-relations.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
{ | ||
"name": "backbone-relations", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"author": "Casey Foster <c@sey.me>", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
Sorry, the diff of this file is not supported yet
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
35210