mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 15:58:19 -05:00
Make sure that we don't try to remove data from an applet. Re-Fixes #1675.
This commit is contained in:
@@ -552,6 +552,10 @@ jQuery.extend({
|
||||
deleteExpando = jQuery.support.deleteExpando;
|
||||
|
||||
for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
|
||||
if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
id = elem[ jQuery.expando ];
|
||||
|
||||
if ( id ) {
|
||||
|
||||
Reference in New Issue
Block a user