[#124,refactor,view][s]: ([m] in effect) rename DataExplorer view to MultiView and split contents view.js into separate files - fixes #124.

This commit is contained in:
Rufus Pollock
2012-05-31 21:36:52 +01:00
parent c1c1881660
commit 53327a7a1e
10 changed files with 275 additions and 25 deletions

View File

@@ -108,7 +108,7 @@ var ExplorerApp = Backbone.View.extend({
}
];
this.dataExplorer = new recline.View.DataExplorer({
this.dataExplorer = new recline.View.MultiView({
model: dataset,
el: $el,
state: state,