From 0c0b487ef5f5750610926b48a78002610f98a416 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 30 May 2012 22:53:48 +0100 Subject: [PATCH] [app][s]: reintroduce the timeline view to app (lost in d339fea2d92a230cbb459fb5a34aefddb949ea1a). --- app/js/app.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/js/app.js b/app/js/app.js index da882392..990be82a 100755 --- a/app/js/app.js +++ b/app/js/app.js @@ -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({