[OpenLayers-Commits] r6489 - sandbox/euzuro/pop/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Tue Mar 11 02:35:23 EDT 2008


Author: euzuro
Date: 2008-03-11 02:35:23 -0400 (Tue, 11 Mar 2008)
New Revision: 6489

Modified:
   sandbox/euzuro/pop/lib/OpenLayers/Util.js
Log:
remove trailinG comment

Modified: sandbox/euzuro/pop/lib/OpenLayers/Util.js
===================================================================
--- sandbox/euzuro/pop/lib/OpenLayers/Util.js	2008-03-11 06:16:32 UTC (rev 6488)
+++ sandbox/euzuro/pop/lib/OpenLayers/Util.js	2008-03-11 06:35:23 UTC (rev 6489)
@@ -1356,7 +1356,7 @@
     document.body.appendChild(container);
     
     // calculate scroll width of content and add corners and shadow width
-    var w = parseInt(content.scrollWidth);//
+    var w = parseInt(content.scrollWidth);
     
     // update container width to allow height to adjust
     container.style.width = w + "px";



More information about the Commits mailing list