From a046bb2b3198111d4f10d490b054d5cece535ac1 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 18 Jul 2006 16:31:39 +0000 Subject: [PATCH] bug hidden from change to multiple WFS git-svn-id: http://svn.openlayers.org/trunk/openlayers@972 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Tile/WFS.js b/lib/OpenLayers/Tile/WFS.js index 53f5830130..38b3299f65 100644 --- a/lib/OpenLayers/Tile/WFS.js +++ b/lib/OpenLayers/Tile/WFS.js @@ -24,7 +24,7 @@ OpenLayers.Tile.WFS.prototype = */ initialize: function(layer, position, bounds, urls, size) { var newArguments = [layer, position, bounds, null, size]; - OpenLayers.Tile.prototype.initialize.apply(this, arguments); + OpenLayers.Tile.prototype.initialize.apply(this, newArguments); this.urls = urls; this.features = new Array();