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 (#6619)
  • Loading branch information
lancebendo authored and mourner committed Apr 23, 2019
1 parent 77362aa commit f3e6271
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 f3e6271

Please sign in to comment.