From 5a739abc8e3891c51378409f1e3640498bdcbafb Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 17 May 2006 02:27:41 +0000 Subject: [PATCH] adding comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@77 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control.js b/lib/OpenLayers/Control.js index db1a498dbd..000f17db40 100644 --- a/lib/OpenLayers/Control.js +++ b/lib/OpenLayers/Control.js @@ -4,7 +4,8 @@ OpenLayers.Control = Class.create(); OpenLayers.Control.prototype = { - /** @type OpenLayers.Map */ + /** this gets set in the addControl() function in OpenLayers.Map + * @type OpenLayers.Map */ map: null, /** @type DOMElement */