From 98d5e11fc7b087e424c3f6eb204e17c9b0aa7fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81lvaro=20Marti=CC=81nez?= Date: Mon, 19 Aug 2019 08:18:43 +0200 Subject: [PATCH] added missing 'degrees' argument to viewport.setRotation() documentation --- src/viewport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viewport.js b/src/viewport.js index 07c941c6..43011914 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -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) {