mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #1719 from alvaromartmart/master
fix wrong documentation description of `Viewer.world`
This commit is contained in:
commit
c732ccd0e4
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user