Removed unnecessary parameter.
This commit is contained in:
parent
eb9be64bd8
commit
5db524ee66
@ -9,7 +9,7 @@ L.Map.include({
|
||||
return this;
|
||||
},
|
||||
|
||||
closePopup: function(popup) {
|
||||
closePopup: function() {
|
||||
if (this._popup) {
|
||||
this.removeLayer(this._popup);
|
||||
this.fire('popupclose', { popup: this._popup });
|
||||
|
Loading…
Reference in New Issue
Block a user