[OpenLayers-Commits] r4802 - trunk/openlayers/lib/OpenLayers
commits at openlayers.org
commits at openlayers.org
Wed Oct 3 18:34:09 EDT 2007
Author: euzuro
Date: 2007-10-03 18:34:08 -0400 (Wed, 03 Oct 2007)
New Revision: 4802
Modified:
trunk/openlayers/lib/OpenLayers/Map.js
Log:
coding standards. no functional change. (Closes #1047)
Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js 2007-10-03 22:32:59 UTC (rev 4801)
+++ trunk/openlayers/lib/OpenLayers/Map.js 2007-10-03 22:34:08 UTC (rev 4802)
@@ -681,7 +681,7 @@
*/
setBaseLayer: function(newBaseLayer) {
var oldExtent = null;
- if(this.baseLayer) {
+ if (this.baseLayer) {
oldExtent = this.baseLayer.getExtent();
}
More information about the Commits
mailing list