Comparing version 0.3.2 to 0.3.3
@@ -14,3 +14,2 @@ 'use strict'; | ||
this.version = null; | ||
this.ready = false; | ||
@@ -110,3 +109,3 @@ this.spreadsheet = new Spreadsheet(spreadsheet_id, timeout, parallel_limit); | ||
Grille.prototype.get = function(collection, identifier) { | ||
return this.ready && this.spreadsheet.get(collection, identifier); | ||
return this.spreadsheet.get(collection, identifier); | ||
}; | ||
@@ -113,0 +112,0 @@ |
{ | ||
"name": "grille", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Simple CMS using Google Spreadsheets", | ||
@@ -5,0 +5,0 @@ "main": "lib/grille.js", |
43597
1214