update doc comments

This commit is contained in:
Mohit Bansal 2023-02-22 10:21:51 +05:30
parent c05af1d38b
commit 795e85bebb

View File

@ -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