Merge remote branch 'upstream/master'

This commit is contained in:
Mike Primm 2011-11-21 12:02:15 -06:00
commit 5ff631729c
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,10 @@ componentconstructors['markers'] = function(dynmap, configuration) {
set.layergroup.removeLayer(marker.our_marker);
});
set.markers = {};
$.each(set.areas, function(aname, area) {
set.layergroup.removeLayer(area.our_area);
});
set.areas = {};
});
}