Skip to content

Commit

Permalink
Remove deprecated $.uuid and dunseled $.deletedIds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Oct 21, 2012
1 parent de9ff7c commit 0834143
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/data.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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, "" ),
Expand Down

0 comments on commit 0834143

Please sign in to comment.