mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 08:36:10 +03:00
Adding documentation about navPrevNextWrap.
This commit is contained in:
parent
b5d977d593
commit
699a5dd101
@ -251,6 +251,11 @@
|
|||||||
* these paths, prefer setting the option.prefixUrl rather than overriding
|
* these paths, prefer setting the option.prefixUrl rather than overriding
|
||||||
* every image path directly through this setting.
|
* 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}
|
* @returns {OpenSeadragon.Viewer}
|
||||||
*/
|
*/
|
||||||
window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||||
|
Loading…
Reference in New Issue
Block a user