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) {