remove 'to be removed' from getOverlayById @param comment to avoid confusion

This commit is contained in:
Alexey Tikhonov 2016-02-23 02:22:47 +03:00
parent 97381b04a9
commit c44f134a6a

View File

@ -1950,7 +1950,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
* and returns it as an object, return null if not found. * and returns it as an object, return null if not found.
* @method * @method
* @param {Element|String} element - A reference to the element or an * @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. * @return {OpenSeadragon.Overlay} the matching overlay or null if none found.
*/ */
getOverlayById: function( element ) { getOverlayById: function( element ) {