diff --git a/build.properties b/build.properties index 93bfdac6..4c13c0b9 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ PROJECT: openseadragon BUILD_MAJOR: 0 BUILD_MINOR: 9 -BUILD_ID: 76 +BUILD_ID: 80 BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID} VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID} diff --git a/openseadragon.js b/openseadragon.js index b002a24f..c850caeb 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -1,5 +1,5 @@ /** - * @version OpenSeadragon 0.9.76 + * @version OpenSeadragon 0.9.80 * * @fileOverview *
- A tile source collections is really just another way of viewing a - sequence of tile sources, though instead of viewing one at a time - the user is able to view many tile sources at the same time. At this - point in time it supports a matrix layout of N by M rows. + An image reference strip allows the user to quickly preview and navigate a + sequence of images.
-The relevant configuration options are shown below. Note the value for the options -are the id of the element on the page to bind the button's action to. +The relevant configuration options are shown below.
- TODO + OpenSeadragon({ + ... + showReferenceStrip: true, + ... + });
-TODO -
\ No newline at end of file +The relevant configuration options are shown below. + + ++ OpenSeadragon({ + ... + showReferenceStrip: true, + referenceStripScroll: 'vertical', + ... + }); +\ No newline at end of file