Landing pull request 401. Nulling all elements created in support.js; Fixes #9471.

More Details:
 - https://github.com/jquery/jquery/pull/401
 - http://bugs.jquery.com/ticket/9471
1.7/enhancement_8685
rwldrn 2011-06-06 23:54:17 -04:00 committed by timmywil
parent 75203de743
commit 6490c10c75
1 changed files with 1 additions and 1 deletions

View File

@ -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;
})();