From 1e5e8d149044f1637a7b8f03491013c14c26e0bf Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 13 Jul 2006 11:26:38 +0000 Subject: [PATCH] coding standards git-svn-id: http://svn.openlayers.org/trunk/openlayers@940 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 142cd6c8b2..4b707ade52 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -110,7 +110,7 @@ OpenLayers.Layer.WFS.prototype = * @type OpenLayers.Tile.WFS */ addTile:function(bounds, position) { - url = this.getFullRequestString( + var url = this.getFullRequestString( { BBOX:bounds.toBBOX() }); return new OpenLayers.Tile.WFS(this, position, bounds,