Browse Source

无JIRA任务 shortcut先放出来

es6
windy 2 years ago
parent
commit
6dc1dc3d28
  1. 2
      src/core/5.inject.js

2
src/core/5.inject.js

@ -402,8 +402,6 @@
BI.shortcut = BI.component = BI.shortcut || function (xtype, cls) {
if (kv[xtype] != null) {
_global.console && console.error("组件: [" + xtype + "] 已经注册过了");
return;
}
if (cls) {
cls["xtype"] = xtype;

Loading…
Cancel
Save