From cfd5e67462f6d7486b4d63b19f8e35a11406e576 Mon Sep 17 00:00:00 2001 From: houseofyin Date: Tue, 2 Apr 2013 18:40:28 -0400 Subject: [PATCH] Backing out an event handler change --- src/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button.js b/src/button.js index cec5d1f2..58d371c7 100644 --- a/src/button.js +++ b/src/button.js @@ -141,7 +141,7 @@ $.Button = function( options ) { clickTimeThreshold: this.clickTimeThreshold, clickDistThreshold: this.clickDistThreshold, - enterHandler: function( tracker, position, buttonDownElement, buttonDownAny, event ) { + enterHandler: function( tracker, position, buttonDownElement, buttonDownAny) { if ( buttonDownElement ) { inTo( _this, $.ButtonState.DOWN ); _this.raiseEvent( "enter", {