mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
update doc comments
This commit is contained in:
parent
c05af1d38b
commit
795e85bebb
@ -3420,7 +3420,7 @@ function onCanvasPinch( event ) {
|
||||
function onCanvasFocus( event ) {
|
||||
|
||||
/**
|
||||
* Raised when a pointer focus on the {@link OpenSeadragon.Viewer#canvas} element.
|
||||
* Raised when the {@link OpenSeadragon.Viewer#canvas} element gets keyboard focus.
|
||||
*
|
||||
* @event canvas-focus
|
||||
* @memberof OpenSeadragon.Viewer
|
||||
@ -3438,7 +3438,7 @@ function onCanvasFocus( event ) {
|
||||
|
||||
function onCanvasBlur( event ) {
|
||||
/**
|
||||
* Raised when a pointer blur on the {@link OpenSeadragon.Viewer#canvas} element.
|
||||
* Raised when the {@link OpenSeadragon.Viewer#canvas} element loses keyboard focus.
|
||||
*
|
||||
* @event canvas-blur
|
||||
* @memberof OpenSeadragon.Viewer
|
||||
|
Loading…
Reference in New Issue
Block a user