Skip to content

Commit 3eaa8f8

Browse files
arthurvrRedWolves
authored andcommitted
events/handling-events: link to event namespacing
Fixes jquerygh-376 Closes jquerygh-606
1 parent 2b716b1 commit 3eaa8f8

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)