2017-02-20 16:04:50 -07:00

9 lines
188 B
JavaScript

module.exports = {
destroyButton1: function(size) {
this.getWidget('button1').destroy();
},
getButton1: function() {
return this.getWidget('button1');
}
};