OpenLayers OpenLayers

Changeset 7396

Show
Ignore:
Timestamp:
06/20/08 07:56:17 (2 months ago)
Author:
crschmidt
Message:

several minor coding standards changes. no functional change.

Files:

Legend:

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

    r7290 r7396  
    154154         
    155155        params.layers = ''; 
    156         for(var i=0; i< this.map.layers.length; i++) { 
     156        for (var i=0; i < this.map.layers.length; i++) { 
    157157            var layer = this.map.layers[i]; 
    158158 
     
    165165 
    166166        var href = this.base; 
    167         if( href.indexOf('?') != -1 )
     167        if (href.indexOf('?') != -1)
    168168            href = href.substring( 0, href.indexOf('?') ); 
    169169        }