From 23860d03fb8ffb264c7cb30bcf3725db2d245a35 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 23 May 2017 09:38:07 +0800 Subject: [PATCH] =?UTF-8?q?class=E5=86=99=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bi/widget.js | 4 ++-- docs/widget.js | 4 ++-- src/component/allvaluechooser/abstract.allvaluechooser.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bi/widget.js b/bi/widget.js index 778e5221f..37afe2e44 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -16978,7 +16978,7 @@ BI.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/** * 封装了字段处理逻辑 * * Created by GUY on 2015/10/29. - * @class BI.AllValueChooserCombo + * @class BI.AbstractAllValueChooser * @extends BI.Widget */ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { @@ -16988,7 +16988,7 @@ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { }, _defaultConfig: function () { - return BI.extend(BI.AllValueChooserCombo.superclass._defaultConfig.apply(this, arguments), { + return BI.extend(BI.AbstractAllValueChooser.superclass._defaultConfig.apply(this, arguments), { width: 200, height: 30, items: null, diff --git a/docs/widget.js b/docs/widget.js index 778e5221f..37afe2e44 100644 --- a/docs/widget.js +++ b/docs/widget.js @@ -16978,7 +16978,7 @@ BI.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/** * 封装了字段处理逻辑 * * Created by GUY on 2015/10/29. - * @class BI.AllValueChooserCombo + * @class BI.AbstractAllValueChooser * @extends BI.Widget */ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { @@ -16988,7 +16988,7 @@ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { }, _defaultConfig: function () { - return BI.extend(BI.AllValueChooserCombo.superclass._defaultConfig.apply(this, arguments), { + return BI.extend(BI.AbstractAllValueChooser.superclass._defaultConfig.apply(this, arguments), { width: 200, height: 30, items: null, diff --git a/src/component/allvaluechooser/abstract.allvaluechooser.js b/src/component/allvaluechooser/abstract.allvaluechooser.js index fadfd6d3f..5183a27fa 100644 --- a/src/component/allvaluechooser/abstract.allvaluechooser.js +++ b/src/component/allvaluechooser/abstract.allvaluechooser.js @@ -3,7 +3,7 @@ * 封装了字段处理逻辑 * * Created by GUY on 2015/10/29. - * @class BI.AllValueChooserCombo + * @class BI.AbstractAllValueChooser * @extends BI.Widget */ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { @@ -13,7 +13,7 @@ BI.AbstractAllValueChooser = BI.inherit(BI.Widget, { }, _defaultConfig: function () { - return BI.extend(BI.AllValueChooserCombo.superclass._defaultConfig.apply(this, arguments), { + return BI.extend(BI.AbstractAllValueChooser.superclass._defaultConfig.apply(this, arguments), { width: 200, height: 30, items: null,