From c465a7f2ca32141d78679f942d6a0278b90820c7 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 30 Nov 2021 00:32:44 +0800 Subject: [PATCH] update --- src/base/single/button/button.node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/single/button/button.node.js b/src/base/single/button/button.node.js index a2baef060..553ab850f 100644 --- a/src/base/single/button/button.node.js +++ b/src/base/single/button/button.node.js @@ -16,8 +16,8 @@ BI.NodeButton = BI.inherit(BI.BasicButton, { }, _initRef: function () { - self.setOpened(self.isOpened()); - BI.BasicButton.superclass._initRef.apply(this, arguments); + this.setOpened(this.isOpened()); + BI.NodeButton.superclass._initRef.apply(this, arguments); }, doClick: function () {