From 4f8ffe4ed365bdfca75f944d27b86150c9bee985 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Wed, 12 Jan 2011 15:23:39 +0000 Subject: [PATCH] minor tidyup --- demo/build_boot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/build_boot.js b/demo/build_boot.js index 8a22658f..d73949cc 100644 --- a/demo/build_boot.js +++ b/demo/build_boot.js @@ -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 = {