coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@940 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-13 11:26:38 +00:00
parent 9eb4f1967e
commit 1e5e8d1490

View File

@@ -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,