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:
parent
75203de743
commit
6490c10c75
|
@ -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;
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue