reverting to older boot sequence now that commands are properly registered
This commit is contained in:
parent
953cc3b240
commit
9530383e41
1 changed files with 0 additions and 17 deletions
17
demo/boot.js
17
demo/boot.js
|
|
@ -44,7 +44,6 @@ require({
|
|||
}
|
||||
});
|
||||
|
||||
//*
|
||||
var deps = [
|
||||
"pilot/fixoldbrowsers",
|
||||
"ace/plugin_manager",
|
||||
|
|
@ -66,19 +65,3 @@ require(deps, function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
//*/
|
||||
|
||||
/*
|
||||
var deps = [
|
||||
"ace/environment", "cockpit/index", "ace/index", "demo/demo",
|
||||
"pilot/fixoldbrowsers"
|
||||
];
|
||||
|
||||
require(deps, function(environment, cockpit, ace, demo) {
|
||||
var data = { env: environment.create() };
|
||||
cockpit.startup(data);
|
||||
new cockpit.CliView(data.env);
|
||||
ace.startup(data);
|
||||
demo.launch(data.env);
|
||||
}.bind(this));
|
||||
//*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue