mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +03:00
Backing out an event handler change
This commit is contained in:
parent
d34a912a13
commit
cfd5e67462
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user