Fix typo in popup event names
This commit is contained in:
parent
96d33b3a15
commit
471bec5f9a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user