mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
fixed typo in documentation
This commit is contained in:
parent
524b42c778
commit
7e1b5c5665
@ -802,7 +802,7 @@ $.Viewport.prototype = {
|
|||||||
* Added to improve constrained panning
|
* Added to improve constrained panning
|
||||||
* @param {Boolean} current - Pass true for the current location; defaults to false (target location).
|
* @param {Boolean} current - Pass true for the current location; defaults to false (target location).
|
||||||
* @returns {OpenSeadragon.Rect} The bounds in viewport coordinates after applying constraints. The returned $.Rect
|
* @returns {OpenSeadragon.Rect} The bounds in viewport coordinates after applying constraints. The returned $.Rect
|
||||||
* contains additonal properties constraintsApplied, xConstrained and yConstrained.
|
* contains additional properties constraintsApplied, xConstrained and yConstrained.
|
||||||
* These flags indicate whether the viewport bounds were modified by the constraints
|
* These flags indicate whether the viewport bounds were modified by the constraints
|
||||||
* of the viewer rectangle, and in which dimension(s).
|
* of the viewer rectangle, and in which dimension(s).
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user