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:
@@ -29,7 +29,7 @@ OpenLayers.Tile.WFS.prototype =
|
||||
*
|
||||
*/
|
||||
destroy: function() {
|
||||
for(var i=0; i < this.features.length; i**) {
|
||||
for(var i=0; i < this.features.length; i++) {
|
||||
this.features[i].destroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user