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", {