Fixes for Internet Explorer 7 and its strict JSON object modelling

This commit is contained in:
John Martin
2012-10-02 14:36:46 +01:00
parent 7cbaf4b264
commit 6ee9e98e5e
3 changed files with 8 additions and 8 deletions

View File

@@ -74,21 +74,21 @@ var createExplorer = function(dataset, state) {
label: 'Grid',
view: new recline.View.SlickGrid({
model: dataset
}),
})
},
{
id: 'graph',
label: 'Graph',
view: new recline.View.Graph({
model: dataset
}),
})
},
{
id: 'map',
label: 'Map',
view: new recline.View.Map({
model: dataset
}),
})
},
{
id: 'transform',