fix: 修复事件执行器错误 完善事件系统

This commit is contained in:
coding
2018-01-04 16:54:00 +00:00
parent 10f5448259
commit 443a7d6b1d
4 changed files with 19 additions and 25 deletions

View File

@ -248,7 +248,7 @@ function init(path) {
};
function load() {
checkAndRun(arguments, 'init');
checkAndRun(arguments, 'load');
};
function enable() {