fix #240
This commit is contained in:
parent
9154938173
commit
f65b2d30fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue