mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
added missing 'degrees' argument to viewport.setRotation() documentation
This commit is contained in:
parent
5a55ce4583
commit
98d5e11fc7
@ -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…
Reference in New Issue
Block a user