fix comments

This commit is contained in:
Tom 2024-04-11 12:45:11 -04:00
parent f7c8e4cf33
commit 7ce5499868

View File

@ -1071,7 +1071,7 @@
this._clippingContext.restore(); this._clippingContext.restore();
} }
/** /**
* Set rotations for viewport & tiledImage * Set rotations for viewport & tiledImage
* @private * @private
* @param {OpenSeadragon.TiledImage} tiledImage * @param {OpenSeadragon.TiledImage} tiledImage
@ -1248,7 +1248,6 @@
/** /**
* Get the canvas center * Get the canvas center
* @private * @private
* @param {Boolean} sketch If set to true return the center point of the sketch canvas
* @returns {OpenSeadragon.Point} The center point of the canvas * @returns {OpenSeadragon.Point} The center point of the canvas
*/ */
_getCanvasCenter() { _getCanvasCenter() {