Remove unnecessary delete statement

This commit is contained in:
John Firebaugh 2012-10-05 09:10:13 -07:00 committed by Tom Hughes
parent 762d615859
commit 4f552430b4

View file

@ -196,7 +196,6 @@ function openMapPopup(marker, description) {
function closeMapPopup() {
if (popup) {
map.removePopup(popup);
delete popup;
}
}