Unnecessary and missing semicolon.
This commit is contained in:
@@ -284,7 +284,7 @@ OpenLayers.Layer.FixedZoomLevels = OpenLayers.Class({
|
||||
if (this.map.baseLayer !== this) {
|
||||
zoom = this.map.baseLayer.getZoomForResolution(
|
||||
this.getResolutionForZoom(zoom)
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
return zoom;
|
||||
|
||||
Reference in New Issue
Block a user