OpenLayers OpenLayers

Changeset 1512

Show
Ignore:
Timestamp:
09/28/06 02:48:27 (2 years ago)
Author:
euzuro
Message:

coding standards

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Map.js

    r1507 r1512  
    355355           
    356356            // is newBaseLayer an already loaded layer? 
    357             var foundLayer = (this.layers.indexOf(newBaseLayer) != -1);     
    358             if (foundLayer) { 
     357            if (this.layers.indexOf(newBaseLayer) != -1) { 
    359358 
    360359                // make the old base layer invisible