Backing out an event handler change

This commit is contained in:
houseofyin 2013-04-02 18:40:28 -04:00
parent d34a912a13
commit cfd5e67462

View File

@ -141,7 +141,7 @@ $.Button = function( options ) {
clickTimeThreshold: this.clickTimeThreshold, clickTimeThreshold: this.clickTimeThreshold,
clickDistThreshold: this.clickDistThreshold, clickDistThreshold: this.clickDistThreshold,
enterHandler: function( tracker, position, buttonDownElement, buttonDownAny, event ) { enterHandler: function( tracker, position, buttonDownElement, buttonDownAny) {
if ( buttonDownElement ) { if ( buttonDownElement ) {
inTo( _this, $.ButtonState.DOWN ); inTo( _this, $.ButtonState.DOWN );
_this.raiseEvent( "enter", { _this.raiseEvent( "enter", {