updating build files

This commit is contained in:
Joe Walker 2011-01-12 15:23:04 +00:00
commit 10165e31b6
2 changed files with 2 additions and 3 deletions

View file

@ -11966,8 +11966,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 = {

File diff suppressed because one or more lines are too long