feat: 调整初始化逻辑 添加core/ext加载路径

This commit is contained in:
coding
2017-11-15 12:55:13 +00:00
parent c28b2f93aa
commit bc51852c46
4 changed files with 103 additions and 88 deletions

View File

@ -28,12 +28,6 @@ var disable;
init(root);
} catch (ex) {
ex.printStackTrace();
} finally {
disable = function () {
if (disablePlugins && typeof(disablePlugins) === "function") {
disablePlugins();
}
}
}
};