Changeset 1983
- Timestamp:
- 03/17/10 10:22:42 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core/trunk/geoext/lib/GeoExt/state/PermalinkProvider.js
r1982 r1983 117 117 if(state.hasOwnProperty(id)) { 118 118 for(k in state[id]) { 119 params[id + "_" + k] = this.encodeType ? 119 params[id + "_" + k] = this.encodeType ? 120 120 unescape(this.encodeValue(state[id][k])) : state[id][k]; 121 121 }