Ticket #90: destroy_issue.patch
| File destroy_issue.patch, 0.7 kB (added by tschaub, 3 years ago) |
|---|
-
tests/lib/GeoExt/widgets/tree/LayerContainer.html
old new 54 54 t.ok(node.firstChild.layer === layer, "child layer is correct"); 55 55 56 56 node.destroy(); 57 //map.destroy();57 map.destroy(); 58 58 59 59 } 60 60 … … 117 117 t.eq(root.childNodes[3].layer.name, "c", "[c, a, b, d] first layer drawn at bottom of root"); 118 118 119 119 root.destroy(); 120 //map.destroy();120 map.destroy(); 121 121 122 122 } 123 123