[#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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user