Button.prototype.onTouchEnd = function() {
    this.handleEvent(Button.TOUCHEND);

    this.off('touchend', this.onTouchEnd, this);
    this.off('touchendoutside', this.onTouchEndOutside, this);