Changeset 1983

Show
Ignore:
Timestamp:
03/17/10 10:22:42 (5 months ago)
Author:
elemoine
Message:

remove trailing while space, no functional change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core/trunk/geoext/lib/GeoExt/state/PermalinkProvider.js

    r1982 r1983  
    117117            if(state.hasOwnProperty(id)) { 
    118118                for(k in state[id]) { 
    119                     params[id + "_" + k] = this.encodeType ?  
     119                    params[id + "_" + k] = this.encodeType ? 
    120120                        unescape(this.encodeValue(state[id][k])) : state[id][k]; 
    121121                }