Comparing version 0.0.28 to 0.0.30
@@ -143,2 +143,4 @@ // Generated by CoffeeScript 1.6.2 | ||
source = []; | ||
} else if (this._isVirtual && !this._fetching) { | ||
source = []; | ||
} | ||
@@ -185,2 +187,3 @@ result = Collection.__super__.reset.call(this, source); | ||
Collection.prototype.fetch = asyngleton(true, function(callback) { | ||
this._fetching = []; | ||
if (this._isStatic || (this.parent && !this.parent.__isCollection && !this.parent.data._id)) { | ||
@@ -187,0 +190,0 @@ return callback(); |
{ | ||
"name": "linen", | ||
"version": "0.0.28", | ||
"version": "0.0.30", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
53953
1259