popup no longer needs a reference to its map
git-svn-id: http://svn.openlayers.org/trunk/openlayers@230 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+1
-2
@@ -75,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function test_07_Map_add_remove_popup (t) {
|
function test_07_Map_add_remove_popup (t) {
|
||||||
t.plan(5);
|
t.plan(4);
|
||||||
|
|
||||||
map = new OpenLayers.Map('map');
|
map = new OpenLayers.Map('map');
|
||||||
|
|
||||||
@@ -84,7 +84,6 @@
|
|||||||
new OpenLayers.Size(200,200));
|
new OpenLayers.Size(200,200));
|
||||||
|
|
||||||
map.addPopup(popup);
|
map.addPopup(popup);
|
||||||
t.ok((popup.map == map), "popup's reference back to map set correctly");
|
|
||||||
t.eq(map.popups.indexOf(popup), 0, "popup successfully added to Map's internal popups array");
|
t.eq(map.popups.indexOf(popup), 0, "popup successfully added to Map's internal popups array");
|
||||||
|
|
||||||
var nodes = map.viewPortDiv.childNodes;
|
var nodes = map.viewPortDiv.childNodes;
|
||||||
|
|||||||
Reference in New Issue
Block a user