Skip to content

Commit

Permalink
Merge SlexAxton/jquery:master into jquery/jquery:master.
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 27, 2010
2 parents 4443371 + faabb2c commit 01cba2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jQuery.extend({
uuid: 0,

// Unique for each copy of jQuery on the page
expando: "jQuery" + jQuery.now(),
// Non-digits removed to match rinlinejQuery
expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),

// The following elements throw uncatchable exceptions if you
// attempt to add expando properties to them.
Expand Down

0 comments on commit 01cba2e

Please sign in to comment.