@ -5831,7 +5831,7 @@ BI.View = BI.inherit(BI.V, {
}
});(function () {
var kv = {}; // alex:键(编辑器简称,如text)值(也是一个字符串,如FR.TextEditor)对
var kv = {};
BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) {
throw ("shortcut:[" + xtype + "] has been registed");
@ -15827,7 +15827,7 @@ BI.View = BI.inherit(BI.V, {
@ -1,6 +1,6 @@
(function () {