Comparing version 0.0.34 to 0.0.35
@@ -29,2 +29,3 @@ // Generated by CoffeeScript 1.6.2 | ||
if (typeof data === "string") { | ||
this._needsFetching = true; | ||
data = { | ||
@@ -136,3 +137,3 @@ _id: data | ||
LinenModel.prototype._initFetch = function() { | ||
if (this._fetched || !this._initialized || !this.data._id) { | ||
if (this._fetched || !this._initialized || !this.data._id || !this._needsFetching) { | ||
return; | ||
@@ -139,0 +140,0 @@ } |
{ | ||
"name": "linen", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"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
52593
1156