mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Change the way we access some viewer methods
This commit is contained in:
parent
1f73dde983
commit
22bb516bc0
1 changed files with 2 additions and 2 deletions
|
@ -1646,8 +1646,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||
//////////////////////////////////////////////////////////////////////////
|
||||
var onFocusHandler = $.delegate( this, onFocus ),
|
||||
onBlurHandler = $.delegate( this, onBlur ),
|
||||
onNextHandler = $.delegate( this, this['goToNextPage'] ),
|
||||
onPreviousHandler = $.delegate( this, this['goToPreviousPage'] ),
|
||||
onNextHandler = $.delegate( this, this.goToNextPage ),
|
||||
onPreviousHandler = $.delegate( this, this.goToPreviousPage ),
|
||||
navImages = this.navImages,
|
||||
useGroup = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue