Remove unnecessary delete statement
This commit is contained in:
parent
762d615859
commit
4f552430b4
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ function openMapPopup(marker, description) {
|
|||
function closeMapPopup() {
|
||||
if (popup) {
|
||||
map.removePopup(popup);
|
||||
delete popup;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue