mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
more doc tweaks
This commit is contained in:
parent
12e1869f99
commit
d59e237dda
@ -36,7 +36,7 @@
|
||||
|
||||
/**
|
||||
* You shouldn't have to create a TiledImage instance directly; get it asynchronously by
|
||||
* use {@link OpenSeadragon.Viewer#open} or {@link OpenSeadragon.Viewer#addTiledImage} instead.
|
||||
* using {@link OpenSeadragon.Viewer#open} or {@link OpenSeadragon.Viewer#addTiledImage} instead.
|
||||
* @class TiledImage
|
||||
* @memberof OpenSeadragon
|
||||
* @extends OpenSeadragon.EventSource
|
||||
|
@ -489,7 +489,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
||||
* A TileSource specifier is anything you could pass as the tileSource property
|
||||
* of the options parameter for {@link OpenSeadragon.Viewer#addTiledImage}. To get the TiledImage
|
||||
* instance created by open, add an event listener for {@link OpenSeadragon.Viewer.html#.event:open}, which
|
||||
* when fired can be used to get access, i.e., viewer.world.getItemAt(0).
|
||||
* when fired can be used to get access to the instance, i.e., viewer.world.getItemAt(0).
|
||||
* @param {Number} initialPage - If sequenceMode is true, display this page initially
|
||||
* for the given tileSources. If specified, will overwrite the Viewer's existing initialPage property.
|
||||
* @return {OpenSeadragon.Viewer} Chainable.
|
||||
|
Loading…
Reference in New Issue
Block a user