bug hidden from change to multiple WFS

git-svn-id: http://svn.openlayers.org/trunk/openlayers@972 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-18 16:31:39 +00:00
parent c0e82d966f
commit a046bb2b31

View File

@@ -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();