Merge pull request #22 from nyc-bookstores/gdata-fix

hoist gData onto window so other functions can use it
This commit is contained in:
Jessica Lord 2015-03-25 14:43:29 -07:00
commit f66747ba7e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
// so long, so messy
function showInfo(gData) {
gData
window.gData = gData
// make the table, and the search bar
Sheetsee.makeTable(gData, "#hackSpotsTable")
Sheetsee.initiateTableFilter(gData, "#tableFilter", "#hackSpotsTable")