update changelog and reference
This commit is contained in:
parent
ffb432cafe
commit
16f1c48420
@ -64,7 +64,7 @@ Leaflet Changelog
|
||||
* Fix `L.LatLng` `distanceTo` method description ([#5791](https://github.com/Leaflet/Leaflet/issues/5791) by [loisgh](https://github.com/loisgh))
|
||||
* Fix docs redirects to latest version reference ([#5824](https://github.com/Leaflet/Leaflet/issues/5824) by [cherniavskii](https://github.com/cherniavskii))
|
||||
* Add CDN alternatives ([#5837](https://github.com/Leaflet/Leaflet/issues/5837) by [ghybs](https://github.com/ghybs))
|
||||
* Update docs for `L.DomEvent.off()` ([#5855](https://github.com/Leaflet/Leaflet/issues/5855) by [77ganesh](https://github.com/77ganesh))
|
||||
* Update docs for `L.DomEvent.off()` ([#5855](https://github.com/Leaflet/Leaflet/issues/5855) by [77ganesh](https://github.com/77ganesh) and [#5976](https://github.com/Leaflet/Leaflet/issues/5976) by [kring](https://github.com/kring))
|
||||
* Move `L.SVG` factory docs to appropriate place ([#5864](https://github.com/Leaflet/Leaflet/issues/5864) by [cherniavskii](https://github.com/cherniavskii))
|
||||
* New Leaflet playgrounds on Plunker, Codepen and JSFiddle ([#5868](https://github.com/Leaflet/Leaflet/issues/5868) by [iH8](https://github.com/iH8))
|
||||
* Clarify that any option keys can be used ([#5877](https://github.com/Leaflet/Leaflet/issues/5877) by [perliedman](https://github.com/perliedman))
|
||||
|
@ -18971,8 +18971,7 @@ space-separated types (e.g. <code>'click dblclick'</code>).</td>
|
||||
<tr id='domevent-off'>
|
||||
<td><code><b>off</b>(<nobr><HTMLElement></nobr> <i>el</i>, <nobr><String></nobr> <i>types</i>, <nobr><Function></nobr> <i>fn</i>, <nobr><Object></nobr> <i>context?</i>)</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td>Removes a previously added listener function. If no function is specified,
|
||||
it will remove all the listeners of that particular DOM event from the element.
|
||||
<td>Removes a previously added listener function.
|
||||
Note that if you passed a custom context to on, you must pass the same
|
||||
context to <code>off</code> in order to remove the listener.</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user