diff --git a/src/tilesource.js b/src/tilesource.js index 9a0ab6d4..a780891d 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -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,