[OpenLayers-Commits] r2383 - sandbox/vector-2.4/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Tue Mar 6 11:16:47 EST 2007


Author: euzuro
Date: 2007-03-06 11:16:46 -0500 (Tue, 06 Mar 2007)
New Revision: 2383

Modified:
   sandbox/vector-2.4/lib/OpenLayers/Layer/Boxes.js
Log:
coding standards

Modified: sandbox/vector-2.4/lib/OpenLayers/Layer/Boxes.js
===================================================================
--- sandbox/vector-2.4/lib/OpenLayers/Layer/Boxes.js	2007-03-06 16:00:32 UTC (rev 2382)
+++ sandbox/vector-2.4/lib/OpenLayers/Layer/Boxes.js	2007-03-06 16:16:46 UTC (rev 2383)
@@ -13,17 +13,20 @@
 OpenLayers.Layer.Boxes.prototype = 
     OpenLayers.Class.inherit( OpenLayers.Layer.Markers, {
 
+    /**
+     * @constructor
+     */
     initialize: function () {
         OpenLayers.Layer.Markers.prototype.initialize.apply(this, arguments);
     },
     
     /** Calculate the pixel location for the marker, create it, and
-    *    add it to the layer's div
-    *
-    * @private
-    *
-    * @param {OpenLayers.Marker.Box} marker
-    */
+     *    add it to the layer's div
+     *
+     * @private
+     *
+     * @param {OpenLayers.Marker.Box} marker
+     */
     drawMarker: function(marker) {
         var bounds   = marker.bounds;
         var topleft  = this.map.getLayerPxFromLonLat(



More information about the Commits mailing list