Merge pull request #235 from fredj/tilejson-externs

Fix 'grids' type declaration.
This commit is contained in:
Frédéric Junod
2013-03-01 01:17:59 -08:00
+1 -1
View File
@@ -66,7 +66,7 @@ TileJSON.prototype.tiles;
/** /**
* @type {!Array.<string>} * @type {!Array.<string>|undefined}
*/ */
TileJSON.prototype.grids; TileJSON.prototype.grids;