mirror of
https://github.com/jquery/jquery.git
synced 2026-02-12 15:25:36 -05:00
Don't expose jQuery.deletedIds. Close gh-889.
This commit is contained in:
committed by
Dave Methvin
parent
2b0e720406
commit
8076a33bd8
@@ -829,7 +829,7 @@ jQuery.extend({
|
||||
elem[ internalKey ] = null;
|
||||
}
|
||||
|
||||
jQuery.deletedIds.push( id );
|
||||
core_deletedIds.push( id );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user