From 5952a7e3af12864ccc16564b3c39c131c068c442 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 17 Aug 2006 18:15:29 +0000 Subject: [PATCH] mark a few functions as private git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1286 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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();