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

commits at openlayers.org commits at openlayers.org
Thu Jul 5 09:36:42 EDT 2007


Author: euzuro
Date: 2007-07-05 09:36:38 -0400 (Thu, 05 Jul 2007)
New Revision: 3581

Modified:
   trunk/openlayers/lib/OpenLayers/Feature.js
Log:
remove unused local var. fixed #801. thanks eric l.

Modified: trunk/openlayers/lib/OpenLayers/Feature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Feature.js	2007-07-05 13:22:13 UTC (rev 3580)
+++ trunk/openlayers/lib/OpenLayers/Feature.js	2007-07-05 13:36:38 UTC (rev 3581)
@@ -139,8 +139,6 @@
      */
     createMarker: function() {
 
-        var marker = null;
-        
         if (this.lonlat != null) {
             this.marker = new OpenLayers.Marker(this.lonlat, this.data.icon);
         }



More information about the Commits mailing list