Browse Source

Merge pull request #71 in FUI/fineui from ~GUY/fineui:master to master

* commit '4c8284e0fcbc180e9c07afd288f4a56bc25b2079':
  add
es6
guy 7 years ago
parent
commit
833b861a27
  1. 3
      bi/core.js
  2. 3
      docs/core.js
  3. 3
      src/core/shortcut.js

3
bi/core.js

@ -5837,9 +5837,6 @@ BI.View = BI.inherit(BI.V, {
throw ("shortcut:[" + xtype + "] has been registed");
}
kv[xtype] = cls;
_.extend(cls.prototype, {
xtype: xtype
})
};
// 根据配置属性生成widget

3
docs/core.js

@ -15833,9 +15833,6 @@ BI.View = BI.inherit(BI.V, {
throw ("shortcut:[" + xtype + "] has been registed");
}
kv[xtype] = cls;
_.extend(cls.prototype, {
xtype: xtype
})
};
// 根据配置属性生成widget

3
src/core/shortcut.js

@ -6,9 +6,6 @@
throw ("shortcut:[" + xtype + "] has been registed");
}
kv[xtype] = cls;
_.extend(cls.prototype, {
xtype: xtype
})
};
// 根据配置属性生成widget

Loading…
Cancel
Save