Skip to content

Commit 14685b3

Browse files
authored
Selector: Remove an obsolete comment
There was a comment claiming that there are two implementations of `safeActiveElement`. However, the one in `event.js` got removed in gh-5224, even before the comment was added. This commit removes this obsolete comment. Closes gh-5237 Ref gh-5224
1 parent 759232e commit 14685b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/selector.js

-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ var i,
166166
// Support: IE <=9 only
167167
// Accessing document.activeElement can throw unexpectedly
168168
// https://bugs.jquery.com/ticket/13393
169-
// An identical function exists in `src/event.js` but they use different
170-
// `documents` so it cannot be easily extracted.
171169
function safeActiveElement() {
172170
try {
173171
return document.activeElement;

0 commit comments

Comments
 (0)