Comparing version 0.1.19 to 0.1.20
@@ -160,3 +160,3 @@ // Generated by CoffeeScript 1.6.2 | ||
} | ||
_this._reset(models); | ||
_this._reset(models || _this.source()); | ||
return next(); | ||
@@ -163,0 +163,0 @@ }); |
@@ -101,3 +101,3 @@ // Generated by CoffeeScript 1.6.2 | ||
return this.options.fetch(payload, next); | ||
} else if (this._refVirtual() && payload.model.get(this.property)) { | ||
} else if (this._refVirtual() && payload.model.get(this.property) && !this.options.multi) { | ||
return payload.model.get(this.property).fetch(next); | ||
@@ -104,0 +104,0 @@ } else { |
{ | ||
"name": "linen", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
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
72077