Merge pull request #3816 from lightoze/patch-1
Fix typo in popup event names
This commit is contained in:
commit
e802bb964b
@ -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