[app][s]: reintroduce the timeline view to app (lost in d339fea2d92a230cbb459fb5a34aefddb949ea1a).

This commit is contained in:
Rufus Pollock 2012-05-30 22:53:48 +01:00
parent 4eea15806c
commit 0c0b487ef5

View File

@ -99,6 +99,13 @@ var ExplorerApp = Backbone.View.extend({
model: dataset
})
},
{
id: 'timeline',
label: 'Timeline',
view: new recline.View.Timeline({
model: dataset
})
}
];
this.dataExplorer = new recline.View.DataExplorer({