Browse Source

无JIRA任务 更新

es6
windy 3 years ago
parent
commit
229f8ca2f1
  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