mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Update tilesource.js
Added a comment for virtualMode
This commit is contained in:
parent
3e69ad323e
commit
9d246af681
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
* The minimum pyramid level this tile source supports or should attempt to load.
|
||||
* @property {Number} maxLevel
|
||||
* The maximum pyramid level this tile source supports or should attempt to load.
|
||||
* @propert yr} maxLevel
|
||||
* The maximum pyramid level this tile source supports or should attempt to load.
|
||||
* @property {Boolean} virtualMode
|
||||
* Indicates, that the tiles are not retrieved from a server but provided on the client side.
|
||||
*/
|
||||
$.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLevel ) {
|
||||
var _this = this,
|
||||
|
|
Loading…
Add table
Reference in a new issue