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
This commit is contained in:
rwldrn 2011-06-06 23:54:17 -04:00 committed by timmywil
parent 75203de743
commit 6490c10c75

View file

@ -245,7 +245,7 @@ jQuery.support = (function() {
} }
// Null connected elements to avoid leaks in IE // Null connected elements to avoid leaks in IE
marginDiv = div = input = null; testElement = fragment = select = opt = body = marginDiv = div = input = null;
return support; return support;
})(); })();