[OpenLayers-Commits] r11737 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 29 05:32:18 EDT 2011


Author: erilem
Date: 2011-03-29 02:32:17 -0700 (Tue, 29 Mar 2011)
New Revision: 11737

Modified:
   trunk/openlayers/examples/navtoolbar-alwaysZoom.html
Log:
remove an IE-unfriendly trailing comma in the navtoolbar-alwaysZoom.html example

Modified: trunk/openlayers/examples/navtoolbar-alwaysZoom.html
===================================================================
--- trunk/openlayers/examples/navtoolbar-alwaysZoom.html	2011-03-29 09:24:46 UTC (rev 11736)
+++ trunk/openlayers/examples/navtoolbar-alwaysZoom.html	2011-03-29 09:32:17 UTC (rev 11737)
@@ -49,7 +49,7 @@
 				        var div = OpenLayers.Control.Panel.prototype.draw.apply(this, arguments);
 				        this.activateControl(this.controls[0]);
 				        return div;
-				    },
+				    }
 				});
 				
 				var map;



More information about the Commits mailing list