[OpenLayers-Commits] r11740 - trunk/openlayers/lib/OpenLayers
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Mar 29 05:43:21 EDT 2011
Author: fredj
Date: 2011-03-29 02:43:20 -0700 (Tue, 29 Mar 2011)
New Revision: 11740
Modified:
trunk/openlayers/lib/OpenLayers/Map.js
Log:
remove semicolons after the if closing curly bracket. non functional change
Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js 2011-03-29 09:43:14 UTC (rev 11739)
+++ trunk/openlayers/lib/OpenLayers/Map.js 2011-03-29 09:43:20 UTC (rev 11740)
@@ -1704,10 +1704,10 @@
if (wrapDateLine) {
if (this.maxPx.x > maxX) {
this.maxPx.x -= (maxX - minX);
- };
+ }
if (this.minPx.x < minX) {
this.minPx.x += (maxX - minX);
- };
+ }
}
}
if (dy) {
More information about the Commits
mailing list