coding standards. no functional change. (Closes #1047)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-10-03 22:34:08 +00:00
parent c38e1ee76c
commit 71c338c3c6

View File

@@ -681,7 +681,7 @@ OpenLayers.Map = OpenLayers.Class({
*/
setBaseLayer: function(newBaseLayer) {
var oldExtent = null;
if(this.baseLayer) {
if (this.baseLayer) {
oldExtent = this.baseLayer.getExtent();
}