Changeset 1226

Show
Ignore:
Timestamp:
07/04/09 14:28:12 (4 years ago)
Author:
ahocevar
Message:

fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/GroupContainer.js

    r1223 r1226  
    5959        if (this.defaults && this.defaults.checkedGroup && !this._reordering) { 
    6060            Ext.each(records, function(record) { 
    61                 this.enforceOneVisible(record); 
     61                //this.enforceOneVisible(record); 
    6262            }, this); 
    6363        } 
     
    9090                }); 
    9191                if (last) { 
    92                     this.enforceOneVisible(last); 
     92                    //this.enforceOneVisible(last); 
    9393                } 
    9494            } 
     
    112112         */ 
    113113        if (this.defaults && this.defaults.checkedGroup) { 
    114             this.enforceOneVisible(record); 
     114            //this.enforceOneVisible(record); 
    115115        } 
    116116    }, 
     
    219219        for(var i=count-1; i>=0; --i) { 
    220220            record = store.getAt(i); 
    221             if(l.displayInLayerSwitcher && 
     221            if(layer.displayInLayerSwitcher && 
    222222               (record.get("group") == this.group)) { 
    223223                ++nodeIndex;