* commit '5963a93bbf845c2ec690e1cfc47795877f0a24c5': 无JIRA任务 shortcut先放出来
@ -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;
}
return function (config) {
return BI.Services.getService(xtype, config);
};