diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 09ac8e31be..624b4bae4a 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -150,6 +150,8 @@ OpenLayers.Layer.Grid.prototype = }, /** + * @private + * * @returns A Bounds object representing the bounds of all the currently * loaded tiles (including those partially or not at all seen * onscreen) @@ -170,7 +172,7 @@ OpenLayers.Layer.Grid.prototype = }, /** - * + * @private */ _initTiles:function() { var viewSize = this.map.getSize();