guy 7 years ago
parent
commit
3a5ffd393a
  1. 2
      bi/core.js
  2. 2
      docs/bundle.js
  3. 2
      docs/core.js
  4. 2
      src/core/shortcut.js

2
bi/core.js

@ -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");

2
docs/bundle.js

@ -15827,7 +15827,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");

2
docs/core.js

@ -15827,7 +15827,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");

2
src/core/shortcut.js

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

Loading…
Cancel
Save