From 67963c3e8630ccc5529852363b8f2942bc023c44 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 25 Mar 2007 14:49:31 +0000 Subject: [PATCH] good eye tim. patch for #560. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2882 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/WFS.js b/lib/OpenLayers/Format/WFS.js index 07fe168f44..ac3c7f7e43 100644 --- a/lib/OpenLayers/Format/WFS.js +++ b/lib/OpenLayers/Format/WFS.js @@ -25,7 +25,7 @@ OpenLayers.Format.WFS.prototype = */ initialize: function(options, layer) { - OpenLayers.Format.GML.prototype.initialize.apply(this, arguments); + OpenLayers.Format.GML.prototype.initialize.apply(this, [options]); this.layer = layer; if (this.layer.featureNS) { this.featureNS = this.layer.featureNS;