Fixes for Internet Explorer 7 and its strict JSON object modelling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user