Skip to content

Commit

Permalink
Merge pull request jsoma#5 from jsvine/raw-data
Browse files Browse the repository at this point in the history
Add `raw` property to sheet models.
  • Loading branch information
jsoma committed May 9, 2012
2 parents 13e509d + 0fa134d commit 5a281c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabletop.js
Expand Up @@ -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))
Expand Down

0 comments on commit 5a281c7

Please sign in to comment.