Browse Source

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

* commit 'f6617a92602bb67afe5c84b8a2a5bc1304b6ee61':
  add
es6
guy 7 years ago
parent
commit
886880808c
  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