From f623bbe2f124ceb3c45aea23f1d58833ee07e3ba Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 21 May 2006 22:33:14 +0000 Subject: [PATCH] updated comment from [239] git-svn-id: http://svn.openlayers.org/trunk/openlayers@243 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index df8032e001..70bbacd4d6 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -8,7 +8,8 @@ OpenLayers.Layer.prototype = { // DOMElement div: null, - // OpenLayers.Map + /** This variable is set in map.addLayer, not within the layer itself + * @type OpenLayers.Map */ map: null, // str -- projection for use in WFS, WMS, etc.