[#73,app][s]: integrate timeline into multiview and app.

This commit is contained in:
Rufus Pollock
2012-05-22 17:01:39 +01:00
parent 61b1482d99
commit 1394b9affa
3 changed files with 14 additions and 0 deletions

View File

@@ -205,6 +205,13 @@ my.DataExplorer = Backbone.View.extend({
model: this.model,
state: this.state.get('view-map')
}),
}, {
id: 'timeline',
label: 'Timeline',
view: new my.Timeline({
model: this.model,
state: this.state.get('view-timeline')
}),
}];
}
// these must be called after pageViews are created