apply patch for #566 - bug in grid.destroy()

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-03-27 22:12:28 +00:00
parent afdaa6249f
commit 77da7967ab

View File

@@ -378,8 +378,8 @@ OpenLayers.Layer.Grid.prototype =
for(var iCol=0; iCol < row.length; iCol++) {
row[iCol].destroy();
}
this.grid = [];
}
this.grid = [];
}
},