From 3a5ffd393a96171cdbc91816c39a4d17d6ec6197 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 23 Aug 2017 09:54:45 +0800 Subject: [PATCH] add --- bi/core.js | 2 +- docs/bundle.js | 2 +- docs/core.js | 2 +- src/core/shortcut.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bi/core.js b/bi/core.js index 10782439d..c93b64895 100644 --- a/bi/core.js +++ b/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"); diff --git a/docs/bundle.js b/docs/bundle.js index cd674326d..a11ec07de 100644 --- a/docs/bundle.js +++ b/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"); diff --git a/docs/core.js b/docs/core.js index e74a3419e..15641580a 100644 --- a/docs/core.js +++ b/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"); diff --git a/src/core/shortcut.js b/src/core/shortcut.js index 74a142da0..ee0d3d009 100644 --- a/src/core/shortcut.js +++ b/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");