mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
More doc tweaks
This commit is contained in:
parent
a68be6ac68
commit
f8156991ef
@ -560,11 +560,12 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
||||
},
|
||||
|
||||
/**
|
||||
* Open tiled images into the viewer.
|
||||
* Open tiled images into the viewer, closing any others.
|
||||
* @function
|
||||
* @param {Array|String|Object|Function} tileSources - This can be a TiledImage
|
||||
* specifier, a TileSource specifier, or an array of either. A TiledImage specifier
|
||||
* is the same as the options parameter for {@link OpenSeadragon.Viewer#addTiledImage}.
|
||||
* is the same as the options parameter for {@link OpenSeadragon.Viewer#addTiledImage},
|
||||
* except for the index property; images are added in sequence.
|
||||
* A TileSource specifier is anything you could pass as the tileSource property
|
||||
* of the options parameter for {@link OpenSeadragon.Viewer#addTiledImage}.
|
||||
* @return {OpenSeadragon.Viewer} Chainable.
|
||||
|
Loading…
Reference in New Issue
Block a user