Button.prototype.onOut = function() {
    this.handleEvent(Button.OUT);
    this.off('mouseout', this.onOut, this);
};