2017-02-20 16:30:16 -07:00

9 lines
194 B
JavaScript

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