more doc tweaks

This commit is contained in:
Rob Hicks 2017-10-25 14:55:28 -06:00
parent 12e1869f99
commit d59e237dda
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.