destroy the box handler as well

This commit is contained in:
Christopher Schmidt 2008-04-26 16:33:26 +00:00
parent 3d6b28b666
commit ca0989f90f

View file

@ -47,6 +47,10 @@ page << <<EOJ
sf.destroy();
sf = null;
}
if (box) {
box.destroy();
box = null;
}
if (currentFeature) {
currentFeature.destroy();
currentFeature = null;