minor tidyup

This commit is contained in:
Joe Walker 2011-01-12 15:23:39 +00:00
commit 4f8ffe4ed3

View file

@ -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 = {