mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-20 00:33:13 +03:00
Document the viewport parameter as mandatory in Overlay.getBounds.
This commit is contained in:
parent
53d1534cc2
commit
81f439d430
@ -419,7 +419,7 @@
|
|||||||
/**
|
/**
|
||||||
* Returns the current bounds of the overlay in viewport coordinates
|
* Returns the current bounds of the overlay in viewport coordinates
|
||||||
* @function
|
* @function
|
||||||
* @param {OpenSeadragon.Viewport} [viewport] the viewport
|
* @param {OpenSeadragon.Viewport} viewport the viewport
|
||||||
* @returns {OpenSeadragon.Rect} overlay bounds
|
* @returns {OpenSeadragon.Rect} overlay bounds
|
||||||
*/
|
*/
|
||||||
getBounds: function(viewport) {
|
getBounds: function(viewport) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user