Browse Source

Pull request #2168: 无JIRA任务 更新

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '1aef41231a568febddb0004fbd2ce04750f4fa79':
  无JIRA任务 更新
es6
windy 3 years ago
parent
commit
ed9af7f018
  1. 2
      src/core/6.inject.js

2
src/core/6.inject.js

@ -128,7 +128,7 @@
fn(providers[type]); fn(providers[type]);
continue; continue;
} }
BI.Plugin.configWidget(type, fn); BI.Plugin.configWidget(type, fn, conf.opt);
} }
}; };
BI.config = BI.config || function (type, configFn, opt) { BI.config = BI.config || function (type, configFn, opt) {

Loading…
Cancel
Save