From e9382ffbf70be2369368994edc40748e4a8bd676 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 26 Aug 2014 14:56:24 +0100 Subject: [PATCH] Fixes doc comment. --- src/viewport.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/viewport.js b/src/viewport.js index 02b262f8..4de54f96 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -713,10 +713,7 @@ $.Viewport.prototype = /** @lends OpenSeadragon.Viewport.prototype */{ }, /** - * Currently only 90 degree rotation is supported and it only works - * with the canvas. Additionally, the navigator does not rotate yet, - * debug mode doesn't rotate yet, and overlay rotation is only - * partially supported. + * Rotates this viewport to the angle specified. * @function * @return {OpenSeadragon.Viewport} Chainable. */