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:
@@ -378,8 +378,8 @@ OpenLayers.Layer.Grid.prototype =
|
||||
for(var iCol=0; iCol < row.length; iCol++) {
|
||||
row[iCol].destroy();
|
||||
}
|
||||
this.grid = [];
|
||||
}
|
||||
this.grid = [];
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user