Changeset 624
- Timestamp:
- 05/21/08 21:10:35 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/MapFishUnhcr/client/mfbase/mapfish/core/Protocol/MapFish.js
r593 r624 66 66 initialize: function(options) { 67 67 mapfish.Protocol.prototype.initialize.apply(this, arguments); 68 this.options = {}; 69 OpenLayers.Util.extend(this.options, options); 68 this.options = OpenLayers.Util.extend({}, options); 70 69 this.protocol = new OpenLayers.Protocol.HTTP({ 71 70 'url': this.url,
