added missing 'degrees' argument to viewport.setRotation() documentation

This commit is contained in:
Álvaro Martínez 2019-08-19 08:18:43 +02:00
parent 5a55ce4583
commit 98d5e11fc7

View File

@ -875,6 +875,7 @@ $.Viewport.prototype = {
/** /**
* Rotates this viewport to the angle specified. * Rotates this viewport to the angle specified.
* @function * @function
* @param {Number} degrees The degrees to set the rotation to.
* @return {OpenSeadragon.Viewport} Chainable. * @return {OpenSeadragon.Viewport} Chainable.
*/ */
setRotation: function(degrees) { setRotation: function(degrees) {