Add @struct annotation where possible

This commit is contained in:
Tom Payne
2013-12-04 15:44:03 +01:00
parent aa0a02b935
commit 600cb3a0ff
21 changed files with 37 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ ol.DEFAULT_MAX_ZOOM = 42;
/**
* @constructor
* @param {ol.tilegrid.TileGridOptions} options Tile grid options.
* @struct
* @todo stability experimental
*/
ol.tilegrid.TileGrid = function(options) {