mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Change the way we access some viewer methods
This commit is contained in:
parent
1f73dde983
commit
22bb516bc0
@ -1646,8 +1646,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
var onFocusHandler = $.delegate( this, onFocus ),
|
var onFocusHandler = $.delegate( this, onFocus ),
|
||||||
onBlurHandler = $.delegate( this, onBlur ),
|
onBlurHandler = $.delegate( this, onBlur ),
|
||||||
onNextHandler = $.delegate( this, this['goToNextPage'] ),
|
onNextHandler = $.delegate( this, this.goToNextPage ),
|
||||||
onPreviousHandler = $.delegate( this, this['goToPreviousPage'] ),
|
onPreviousHandler = $.delegate( this, this.goToPreviousPage ),
|
||||||
navImages = this.navImages,
|
navImages = this.navImages,
|
||||||
useGroup = true;
|
useGroup = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user