Fix TileJSON exports/externs

This commit is contained in:
Éric Lemoine
2013-03-07 17:27:15 +01:00
parent 5ad6ca3aa1
commit 8121fda6fb
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.TileJSON
@exportClass ol.source.TileJSON ol.source.TileJSONOptions
-6
View File
@@ -21,12 +21,6 @@ goog.require('ol.source.ImageTileSource');
goog.require('ol.tilegrid.XYZ');
/**
* @typedef {{uri: string}}
*/
ol.source.TileJSONOptions;
/**
* @private
* @type {Array.<TileJSON>}