Update openseadragon.js

Align initialPage value
This commit is contained in:
Sharpbarb 2013-10-10 12:05:05 -07:00
parent 6f79f80fe0
commit 7aac7ffd9c

View File

@ -489,7 +489,8 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
xmlPath: null,
tileSources: null,
tileHost: null,
initialPage: 0,
initialPage: 0,
//PAN AND ZOOM SETTINGS AND CONSTRAINTS
panHorizontal: true,
panVertical: true,