mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 05:28:05 -05:00
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:
@@ -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;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user