mirror of
https://github.com/jquery/jquery.git
synced 2026-02-05 17:25:02 -05:00
Fix #12959: Optimize library-wide patterns
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user