mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
Backing out an event handler change
This commit is contained in:
parent
d34a912a13
commit
cfd5e67462
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue