Update tilesource.js

This commit is contained in:
cskwg 2013-06-11 21:20:44 +03:00
parent a1e876447b
commit 3e69ad323e

View file

@ -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,