diff --git a/src/tilesource.js b/src/tilesource.js index 1e6a26a4..9a0ab6d4 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -82,6 +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. */ $.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLevel ) { var _this = this,