Skip to content

Commit 13c6649

Browse files
arthurvrKrinkle
authored andcommitted
events/handling-events: link to event namespacing
Fixes gh-376 Closes gh-606
1 parent b253d16 commit 13c6649

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

page/events/handling-events.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,4 @@ $( "p" ).off( "click", bar );
138138

139139
### Namespacing Events
140140

141-
For complex applications and for plugins you share with others, it can be useful to namespace your events so you don't unintentionally disconnect events that you didn't or couldn't know about. For details, see Event Namespacing.
142-
143-
<!-- TODO: Link to namespacing -->
141+
For complex applications and for plugins you share with others, it can be useful to namespace your events so you don't unintentionally disconnect events that you didn't or couldn't know about. For details, see [Event Namespacing](/event-basics#namespacing-events).

0 commit comments

Comments
 (0)