From: Colin Snover Date: Mon, 27 Dec 2010 04:08:41 +0000 (-0600) Subject: Merge SlexAxton/jquery:master into jquery/jquery:master. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=01cba2ecaaedb5351f668bb09026db3e8bb69082;hp=4443371dbaf751ce0d0d92e40f924e41fbd7b54c;p=jquery.git Merge SlexAxton/jquery:master into jquery/jquery: --- diff --git a/src/data.js b/src/data.js index 21b7543..4d1d1bd 100644 --- a/src/data.js +++ b/src/data.js @@ -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.