From 7a8b331213325372d0e9fd3ff3b7e8f5209bd8b2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 27 Feb 2013 10:18:16 +0100 Subject: [PATCH] Fix 'grids' type declaration. grids property is optional. see: https://github.com/mapbox/tilejson-spec/blob/master/2.0.0/README.md --- externs/tilejson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/tilejson.js b/externs/tilejson.js index 5927c479ee..6e982cc325 100644 --- a/externs/tilejson.js +++ b/externs/tilejson.js @@ -66,7 +66,7 @@ TileJSON.prototype.tiles; /** - * @type {!Array.} + * @type {!Array.|undefined} */ TileJSON.prototype.grids;