guy 3 years ago
parent
commit
c465a7f2ca
  1. 4
      src/base/single/button/button.node.js

4
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 () {

Loading…
Cancel
Save