From f65b2d30fcb9533c5783aac7fe923bd726dd2305 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 16 May 2011 15:00:25 +0000 Subject: [PATCH] fix #240 --- lib/ace/ace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/ace.js b/lib/ace/ace.js index ea420657..935bd624 100644 --- a/lib/ace/ace.js +++ b/lib/ace/ace.js @@ -37,8 +37,8 @@ define(function(require, exports, module) { - var catalog = require("pilot/plugin_manager").catalog; require("pilot/index"); + var catalog = require("pilot/plugin_manager").catalog; catalog.registerPlugins([ "pilot/index" ]); var Dom = require("pilot/dom");