From 0fa134d6a5b7432efc8c0360731989cafc76f516 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Tue, 8 May 2012 17:52:05 -0400 Subject: [PATCH] Add `raw` property to sheet models. Allows for access to minutiae, such as the time a sheet was last updated. --- src/tabletop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tabletop.js b/src/tabletop.js index db18979..71e2c65 100755 --- a/src/tabletop.js +++ b/src/tabletop.js @@ -247,6 +247,7 @@ this.column_names = []; this.name = options.data.feed.title.$t; this.elements = []; + this.raw = options.data; // A copy of the sheet's raw data, for accessing minutiae for(var key in options.data.feed.entry[0]){ if(/^gsx/.test(key))