From 2255e7d56c4f16526dc4b22986955b6293cac675 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 26 Sep 2006 23:57:35 +0000 Subject: [PATCH] update comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@1505 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 9895278124..13daa3c000 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -455,7 +455,13 @@ OpenLayers.Map.prototype = { /********************************************************/ /** - * @returns {OpenLayers.Size} + * @returns An OpenLayers.Size object that represents the size, in pixels, + * of the div into which OpenLayers has been loaded. + * + * Note: A clone() of this locally cached variable is returned, so + * as not to allow users to modify it. + * + * @type OpenLayers.Size */ getSize: function () { var size = null;