remove semicolons after the if closing curly bracket. non functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11740 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-29 09:43:20 +00:00
parent aec3d44979
commit af2f3b7a70

View File

@@ -1704,10 +1704,10 @@ OpenLayers.Map = OpenLayers.Class({
if (wrapDateLine) {
if (this.maxPx.x > maxX) {
this.maxPx.x -= (maxX - minX);
};
}
if (this.minPx.x < minX) {
this.minPx.x += (maxX - minX);
};
}
}
}
if (dy) {