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:
@@ -681,7 +681,7 @@ OpenLayers.Map = OpenLayers.Class({
|
|||||||
*/
|
*/
|
||||||
setBaseLayer: function(newBaseLayer) {
|
setBaseLayer: function(newBaseLayer) {
|
||||||
var oldExtent = null;
|
var oldExtent = null;
|
||||||
if(this.baseLayer) {
|
if (this.baseLayer) {
|
||||||
oldExtent = this.baseLayer.getExtent();
|
oldExtent = this.baseLayer.getExtent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user