Browse Source

Merge pull request #94435 in DEC/fineui from master to feature/x

* commit '5963a93bbf845c2ec690e1cfc47795877f0a24c5':
  无JIRA任务 shortcut先放出来
es6
superman 2 years ago
parent
commit
88881e560f
  1. 4
      src/core/5.inject.js

4
src/core/5.inject.js

@ -81,10 +81,10 @@
BI.service = BI.service || function (xtype, cls) {
if (serviceInjection[xtype] != null) {
_global.console && console.error("service: [" + xtype + "] 已经注册过了");
} else {
serviceInjection[xtype] = cls;
}
serviceInjection[xtype] = cls;
return function (config) {
return BI.Services.getService(xtype, config);
};

Loading…
Cancel
Save