Removed unnecessary parameter.

This commit is contained in:
Andy Chosak 2011-11-22 11:07:36 -05:00
parent eb9be64bd8
commit 5db524ee66

View File

@ -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 });