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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user