[OpenLayers-Commits] r3590 - trunk/openlayers/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Thu Jul 5 13:50:36 EDT 2007


Author: euzuro
Date: 2007-07-05 13:50:36 -0400 (Thu, 05 Jul 2007)
New Revision: 3590

Modified:
   trunk/openlayers/lib/OpenLayers/Layer.js
Log:
stray jsdoc comment found

Modified: trunk/openlayers/lib/OpenLayers/Layer.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer.js	2007-07-05 17:36:11 UTC (rev 3589)
+++ trunk/openlayers/lib/OpenLayers/Layer.js	2007-07-05 17:50:36 UTC (rev 3590)
@@ -412,9 +412,12 @@
         }
     },
     
-    /**  
-     * @returns The size that the image should be, taking into account gutters 
-     * @tile OpenLayers.Size 
+    /**
+     * APIMethod: getImageSize
+     * 
+     * Return:
+     * {<OpenLayers.Size>} The size that the image should be, taking into 
+     *                     account gutters.
      */ 
     getImageSize: function() { 
         return (this.imageSize || this.tileSize); 



More information about the Commits mailing list