minor tidyup
This commit is contained in:
parent
10165e31b6
commit
4f8ffe4ed3
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ var deps = [ "pilot/fixoldbrowsers", "pilot/plugin_manager", "pilot/settings",
|
|||
|
||||
require(deps, function() {
|
||||
var catalog = require("pilot/plugin_manager").catalog;
|
||||
catalog.registerPlugins([ "pilot/index" ]).then(function() {
|
||||
});
|
||||
catalog.registerPlugins([ "pilot/index" ]);
|
||||
});
|
||||
|
||||
var ace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue