From c44f134a6afb6d07c53a1dcdbfba8b5927703758 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Tue, 23 Feb 2016 02:22:47 +0300 Subject: [PATCH] remove 'to be removed' from getOverlayById @param comment to avoid confusion --- src/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewer.js b/src/viewer.js index 6165b18e..58d4b570 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -1950,7 +1950,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype, * and returns it as an object, return null if not found. * @method * @param {Element|String} element - A reference to the element or an - * element id which represent the ovelay content to be removed. + * element id which represent the overlay content. * @return {OpenSeadragon.Overlay} the matching overlay or null if none found. */ getOverlayById: function( element ) {