Typo. Was causing syntax error in Safari.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@506 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-02 18:29:52 +00:00
parent 545ef9f97f
commit 137cf76e8e

View File

@@ -29,7 +29,7 @@ OpenLayers.Tile.WFS.prototype =
* *
*/ */
destroy: function() { destroy: function() {
for(var i=0; i < this.features.length; i**) { for(var i=0; i < this.features.length; i++) {
this.features[i].destroy(); this.features[i].destroy();
} }