Fix #12959: Optimize library-wide patterns

This commit is contained in:
Richard Gibson
2012-11-26 03:20:43 -05:00
committed by jaubourg
parent 512b826f9f
commit 0877d424e0
12 changed files with 112 additions and 111 deletions

View File

@@ -188,7 +188,7 @@ jQuery.extend({
// Unique for each copy of jQuery on the page
// Non-digits removed to match rinlinejQuery
expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
expando: "jQuery" + ( core_version + Math.random() ).replace( /\D/g, "" ),
// The following elements throw uncatchable exceptions if you
// attempt to add expando properties to them.