[OpenLayers-Commits] r5665 - sandbox/tschaub/scalebar/tests/Control

commits at openlayers.org commits at openlayers.org
Mon Jan 7 01:31:10 EST 2008


Author: tschaub
Date: 2008-01-07 01:31:10 -0500 (Mon, 07 Jan 2008)
New Revision: 5665

Modified:
   sandbox/tschaub/scalebar/tests/Control/test_ScaleBar.html
Log:
remove trailing comma

Modified: sandbox/tschaub/scalebar/tests/Control/test_ScaleBar.html
===================================================================
--- sandbox/tschaub/scalebar/tests/Control/test_ScaleBar.html	2008-01-07 06:08:53 UTC (rev 5664)
+++ sandbox/tschaub/scalebar/tests/Control/test_ScaleBar.html	2008-01-07 06:31:10 UTC (rev 5665)
@@ -46,7 +46,7 @@
             baseLayer: true,
             events: {
                 register: function() {},
-                unregister: function() {},
+                unregister: function() {}
             }
         };
         control.map = map;



More information about the Commits mailing list