mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
remove 'to be removed' from getOverlayById @param comment to avoid confusion
This commit is contained in:
parent
97381b04a9
commit
c44f134a6a
@ -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 ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user