Fix typo in popup event names

This commit is contained in:
Vladimir Kulev 2015-09-07 21:26:06 +03:00
parent 96d33b3a15
commit 471bec5f9a

View File

@ -1779,12 +1779,12 @@ var map = L.map('map', {
<th>Description</th>
</tr>
<tr>
<td><code><b>added</b></code></td>
<td><code><b>add</b></code></td>
<td><code><a href="#popup-event">PopupEvent</a></code></td>
<td>Fired when the popup is added to the map.</td>
</tr>
<tr>
<td><code><b>removed</b></code></td>
<td><code><b>remove</b></code></td>
<td><code><a href="#popup-event">PopupEvent</a></code></td>
<td>Fired when the popup is removed from the map.</td>
</tr>