From c5e5775e98f16642c7fc9dbb756bd8d1eff7fb98 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 21 Mar 2017 16:29:16 +0800 Subject: [PATCH] add --- demo/js/north.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/js/north.js b/demo/js/north.js index 348686bf8c..89b07f7d8d 100644 --- a/demo/js/north.js +++ b/demo/js/north.js @@ -9,11 +9,11 @@ Demo.North = BI.inherit(BI.Widget, { items: [{ width: 230, el: { - type: "bi.button", + type: "bi.text_button", listeners: [{ eventName: BI.Button.EVENT_CHANGE, action: function () { - self.fireEvent(Demo.North.EVENT_VALUE_CHANGE, 0) + self.fireEvent(Demo.North.EVENT_VALUE_CHANGE, 0) } }], cls: "logo",