Add documentation for source on Viewer

This commit is contained in:
Alan Aberdeen 2018-06-13 20:15:51 +01:00
parent 002c1fcc65
commit 99b7c3d2e5

View File

@ -145,6 +145,11 @@ $.Viewer = function( options ) {
//These are originally not part options but declared as members
//in initialize. It's still considered idiomatic to put them here
/**
* The {@link OpenSeadragon.TileSource} that defines the TiledImage.
* @member {OpenSeadragon.TileSource} source
* @memberof OpenSeadragon.TiledImage#
*/
source: null,
/**
* Handles rendering of tiles in the viewer. Created for each TileSource opened.