From 011a788dfbe232b4e0cf73b5e0e529776f9358fa Mon Sep 17 00:00:00 2001 From: Lance Patrick Bendo Date: Tue, 23 Apr 2019 04:20:25 -0700 Subject: [PATCH] Added "This includes implicity attached events" to line 68 of src/core/Events.js (#6619) --- src/core/Events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Events.js b/src/core/Events.js index fc78b2631d7..b0d0c6c7c83 100644 --- a/src/core/Events.js +++ b/src/core/Events.js @@ -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) {