Skip to content

Commit 6490c10

Browse files
rwaldrontimmywil
authored andcommitted
Landing pull request 401. Nulling all elements created in support.js; Fixes #9471.
More Details: - jquery#401 - http://bugs.jquery.com/ticket/9471
1 parent 75203de commit 6490c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jQuery.support = (function() {
245245
}
246246

247247
// Null connected elements to avoid leaks in IE
248-
marginDiv = div = input = null;
248+
testElement = fragment = select = opt = body = marginDiv = div = input = null;
249249

250250
return support;
251251
})();

0 commit comments

Comments
 (0)