Comparing version 0.0.24 to 0.0.25
@@ -39,2 +39,3 @@ // Generated by CoffeeScript 1.6.2 | ||
this._update = {}; | ||
this._initialized = true; | ||
} | ||
@@ -135,3 +136,3 @@ | ||
LinenModel.prototype._initFetch = function() { | ||
if (this._fetched) { | ||
if (this._fetched || !this._initialized) { | ||
return; | ||
@@ -138,0 +139,0 @@ } |
{ | ||
"name": "linen", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
53223
1245