Skip to content
Permalink
Browse files
Landing pull request 401. Nulling all elements created in support.js;…
… Fixes #9471.

More Details:
 - #401
 - http://bugs.jquery.com/ticket/9471
  • Loading branch information
rwaldron authored and timmywil committed Jun 7, 2011
1 parent 75203de commit 6490c10
Showing 1 changed file with 1 addition and 1 deletion.
@@ -245,7 +245,7 @@ jQuery.support = (function() {
}

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

return support;
})();

0 comments on commit 6490c10

Please sign in to comment.