Fix some jsdoc typos

This commit is contained in:
Uwe Schmidt 2023-05-12 23:37:34 +02:00
parent 6fd828974d
commit 857a825ed8
2 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ $.ButtonGroup.prototype = {
/**
* Adds the given button to this button group.
*
* @functions
* @function
* @param {OpenSeadragon.Button} button
*/
addButton: function( button ){

View File

@ -966,7 +966,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
* Turns debugging mode on or off for this viewer.
*
* @function
* @param {Boolean} true to turn debug on, false to turn debug off.
* @param {Boolean} debugMode true to turn debug on, false to turn debug off.
*/
setDebugMode: function(debugMode){
@ -1015,7 +1015,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
/**
* Adds the given button to this viewer.
*
* @functions
* @function
* @param {OpenSeadragon.Button} button
*/
addButton: function( button ){