OpenLayers OpenLayers

Changeset 2882

Show
Ignore:
Timestamp:
03/25/07 10:49:31 (2 years ago)
Author:
euzuro
Message:

good eye tim. patch for #560.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Format/WFS.js

    r2876 r2882  
    2626     
    2727    initialize: function(options, layer) { 
    28         OpenLayers.Format.GML.prototype.initialize.apply(this, arguments); 
     28        OpenLayers.Format.GML.prototype.initialize.apply(this, [options]); 
    2929        this.layer = layer; 
    3030        if (this.layer.featureNS) {