[#19,routing][xs]: move history out to external calling code as we need to be able to reload the app (e.g. to change data source).
This commit is contained in:
@@ -7,6 +7,7 @@ $(function() {
|
||||
el: window.$container
|
||||
, model: dataset
|
||||
});
|
||||
Backbone.history.start();
|
||||
setupLoadFromWebstore(function(dataset) {
|
||||
window.dataExplorer.remove();
|
||||
window.dataExplorer = null;
|
||||
|
||||
Reference in New Issue
Block a user