diff --git a/bi/core.js b/bi/core.js index c93b64895f..81a41d5990 100644 --- a/bi/core.js +++ b/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) { diff --git a/docs/bundle.js b/docs/bundle.js index a11ec07de8..92ed84a0a4 100644 --- a/docs/bundle.js +++ b/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) { diff --git a/docs/core.js b/docs/core.js index 15641580a5..2607a0d67a 100644 --- a/docs/core.js +++ b/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) { diff --git a/src/core/shortcut.js b/src/core/shortcut.js index ee0d3d009b..646a4dbc66 100644 --- a/src/core/shortcut.js +++ b/src/core/shortcut.js @@ -1,5 +1,4 @@ (function () { - var kv = {}; BI.shortcut = function (xtype, cls) { if (kv[xtype] != null) {