Browse Source

无JIRA任务 shortcut先放出来

es6
windy 2 years ago
parent
commit
6c5c86fe9e
  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