Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
This commit is contained in:
parent
116f3b7c72
commit
bca5765502
13 changed files with 51 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
(function( jQuery ) {
|
||||
|
||||
var runtil = /Until$/,
|
||||
rparentsprev = /^(?:parents|prevUntil|prevAll)/,
|
||||
// Note: This RegExp should be improved, or likely pulled from Sizzle
|
||||
|
@ -271,3 +273,5 @@ function winnow( elements, qualifier, keep ) {
|
|||
return (jQuery.inArray( elem, qualifier ) >= 0) === keep;
|
||||
});
|
||||
}
|
||||
|
||||
})( jQuery );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue