Skip to content

Commit

Permalink
Added "This includes implicity attached events" to line 68 of src/cor…
Browse files Browse the repository at this point in the history
…e/Events.js (Leaflet#6619)
  • Loading branch information
lancebendo authored and Schleuse committed Dec 3, 2019
1 parent 3cfbae3 commit 011a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Events.js
Expand Up @@ -65,7 +65,7 @@ export var Events = {
*
* @alternative
* @method off: this
* Removes all listeners to all events on the object.
* Removes all listeners to all events on the object. This includes implicitly attached events.
*/
off: function (types, fn, context) {

Expand Down

0 comments on commit 011a788

Please sign in to comment.