mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove deprecated $.uuid and dunseled $.deletedIds.
This commit is contained in:
parent
de9ff7cd17
commit
08341437e0
@ -178,11 +178,6 @@ function internalRemoveData( elem, name, pvt /* For internal use only */ ){
|
|||||||
jQuery.extend({
|
jQuery.extend({
|
||||||
cache: {},
|
cache: {},
|
||||||
|
|
||||||
deletedIds: [],
|
|
||||||
|
|
||||||
// Remove at next major release (1.9/2.0)
|
|
||||||
uuid: 0,
|
|
||||||
|
|
||||||
// Unique for each copy of jQuery on the page
|
// Unique for each copy of jQuery on the page
|
||||||
// Non-digits removed to match rinlinejQuery
|
// Non-digits removed to match rinlinejQuery
|
||||||
expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
|
expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
|
||||||
|
Loading…
Reference in New Issue
Block a user