Browse Source

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

* commit 'ee360ca99e30824cbc63ee017eff1f35d865b7bf':
  add
es6
guy 7 years ago
parent
commit
0b6dad9608
  1. 1
      bi/core.js
  2. 1
      docs/bundle.js
  3. 1
      docs/core.js
  4. 1
      src/core/shortcut.js

1
bi/core.js

@ -5830,7 +5830,6 @@ BI.View = BI.inherit(BI.V, {
this.off();
}
});(function () {
var kv = {};
BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) {

1
docs/bundle.js

@ -15826,7 +15826,6 @@ BI.View = BI.inherit(BI.V, {
this.off();
}
});(function () {
var kv = {};
BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) {

1
docs/core.js

@ -15826,7 +15826,6 @@ BI.View = BI.inherit(BI.V, {
this.off();
}
});(function () {
var kv = {};
BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) {

1
src/core/shortcut.js

@ -1,5 +1,4 @@
(function () {
var kv = {};
BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) {

Loading…
Cancel
Save