Changeset 624

Show
Ignore:
Timestamp:
05/21/08 21:10:35 (5 years ago)
Author:
elemoine
Message:

use nice-looking code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/camptocamp/MapFishUnhcr/client/mfbase/mapfish/core/Protocol/MapFish.js

    r593 r624  
    6666    initialize: function(options) { 
    6767        mapfish.Protocol.prototype.initialize.apply(this, arguments); 
    68         this.options = {}; 
    69         OpenLayers.Util.extend(this.options, options); 
     68        this.options = OpenLayers.Util.extend({}, options); 
    7069        this.protocol = new OpenLayers.Protocol.HTTP({ 
    7170            'url': this.url,