Merge pull request #1719 from alvaromartmart/master

fix wrong documentation description of `Viewer.world`
This commit is contained in:
Ian Gilman 2019-10-09 13:36:38 -07:00 committed by GitHub
commit c732ccd0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ $.Viewer = function( options ) {
drawer: null, drawer: null,
/** /**
* Keeps track of all of the tiled images in the scene. * Keeps track of all of the tiled images in the scene.
* @member {OpenSeadragon.Drawer} world * @member {OpenSeadragon.World} world
* @memberof OpenSeadragon.Viewer# * @memberof OpenSeadragon.Viewer#
*/ */
world: null, world: null,