()
| 221 | } |
| 222 | |
| 223 | function cleanup() { |
| 224 | select1.remove(); |
| 225 | select1 = null; |
| 226 | input1.remove(); |
| 227 | input1 = null; |
| 228 | input2.remove(); |
| 229 | input2 = null; |
| 230 | input3.remove(); |
| 231 | input3 = null; |
| 232 | div1.remove(); |
| 233 | div1 = null; |
| 234 | g_input = null; |
| 235 | g_rows1 = null; |
| 236 | g_rows2 = null; |
| 237 | g_frames = null; |
| 238 | } |
| 239 | |
| 240 | /* |
| 241 | * Executed after buildBubbleTree |