update comment

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1505 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-09-26 23:57:35 +00:00
parent e658877014
commit 2255e7d56c

View File

@@ -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 () { getSize: function () {
var size = null; var size = null;