mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
added missing 'degrees' argument to viewport.setRotation() documentation
This commit is contained in:
parent
5a55ce4583
commit
98d5e11fc7
1 changed files with 1 additions and 0 deletions
|
@ -875,6 +875,7 @@ $.Viewport.prototype = {
|
|||
/**
|
||||
* Rotates this viewport to the angle specified.
|
||||
* @function
|
||||
* @param {Number} degrees The degrees to set the rotation to.
|
||||
* @return {OpenSeadragon.Viewport} Chainable.
|
||||
*/
|
||||
setRotation: function(degrees) {
|
||||
|
|
Loading…
Add table
Reference in a new issue