Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request Leaflet#548 from mehmeta/contentupdated
Added contentupdated event to popup
  • Loading branch information
mourner committed Mar 3, 2012
2 parents e9d9a02 + 85ae6d9 commit 20c0bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/Popup.js
Expand Up @@ -118,6 +118,7 @@ L.Popup = L.Class.extend({
this._contentNode.innerHTML = '';
this._contentNode.appendChild(this._content);
}
this.fire('contentupdate');
},

_updateLayout: function () {
Expand Down

0 comments on commit 20c0bad

Please sign in to comment.