OpenLayers OpenLayers

Ticket #566: grid.patch.txt

File grid.patch.txt, 379 bytes (added by crschmidt, 2 years ago)

patchfile

Line 
1 Index: Layer/Grid.js
2 ===================================================================
3 --- Layer/Grid.js   (revision 2902)
4 +++ Layer/Grid.js   (working copy)
5 @@ -378,8 +378,8 @@
6                  for(var iCol=0; iCol < row.length; iCol++) {
7                      row[iCol].destroy();
8                  }
9 +            }
10              this.grid = [];
11 -            }
12          }
13      },
14