mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Document the viewport parameter as mandatory in Overlay.getBounds.
This commit is contained in:
parent
53d1534cc2
commit
81f439d430
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@
|
|||
/**
|
||||
* Returns the current bounds of the overlay in viewport coordinates
|
||||
* @function
|
||||
* @param {OpenSeadragon.Viewport} [viewport] the viewport
|
||||
* @param {OpenSeadragon.Viewport} viewport the viewport
|
||||
* @returns {OpenSeadragon.Rect} overlay bounds
|
||||
*/
|
||||
getBounds: function(viewport) {
|
||||
|
|
Loading…
Add table
Reference in a new issue