()
| 159 | } |
| 160 | |
| 161 | function cleanup() { |
| 162 | select1.remove(); |
| 163 | select1 = null; |
| 164 | input1.remove(); |
| 165 | input1 = null; |
| 166 | input2.remove(); |
| 167 | input2 = null; |
| 168 | input3.remove(); |
| 169 | input3 = null; |
| 170 | div1.remove(); |
| 171 | div1 = null; |
| 172 | g_input = null; |
| 173 | g_rows1 = null; |
| 174 | g_rows2 = null; |
| 175 | g_frames = null; |
| 176 | } |
| 177 | |
| 178 | /* |
| 179 | * Executed after buildBubbleTree |