From b7badc7d32da89506063c5f5a0a8cc617e9b70b3 Mon Sep 17 00:00:00 2001 From: Nelson Campos Date: Thu, 12 Apr 2018 10:39:37 +0100 Subject: [PATCH] Documentation comments fix --- src/viewport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viewport.js b/src/viewport.js index 132e88c4..534b8816 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -1549,6 +1549,7 @@ $.Viewport.prototype = { /** * Sets flip state according to the state input argument. * @function + * @param {Boolean} state - Flip state to set. * @return {OpenSeadragon.Viewport} Chainable. */ setFlip: function( state ) {