destroy the box handler as well
This commit is contained in:
parent
3d6b28b666
commit
ca0989f90f
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ page << <<EOJ
|
|||
sf.destroy();
|
||||
sf = null;
|
||||
}
|
||||
if (box) {
|
||||
box.destroy();
|
||||
box = null;
|
||||
}
|
||||
if (currentFeature) {
|
||||
currentFeature.destroy();
|
||||
currentFeature = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue