From 699a5dd101e0dbbe99c6e915b8855e87057e2618 Mon Sep 17 00:00:00 2001 From: Robert Hickman Date: Thu, 30 May 2013 12:46:54 -0600 Subject: [PATCH] Adding documentation about navPrevNextWrap. --- src/openseadragon.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/openseadragon.js b/src/openseadragon.js index ab899aa0..ee5e0dac 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -251,6 +251,11 @@ * these paths, prefer setting the option.prefixUrl rather than overriding * every image path directly through this setting. * + * @param {Boolean} [options.navPrevNextWrap=false] + * If the 'previous' button will wrap to the last image when viewing the first + * image and if the 'next' button will wrap to the first image when viewing + * the last image. + * * @returns {OpenSeadragon.Viewer} */ window.OpenSeadragon = window.OpenSeadragon || function( options ){