mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
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:
@@ -1,3 +1,5 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
jQuery.extend({
|
||||
queue: function( elem, type, data ) {
|
||||
if ( !elem ) {
|
||||
@@ -88,3 +90,5 @@ jQuery.fn.extend({
|
||||
return this.queue( type || "fx", [] );
|
||||
}
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
|
||||
Reference in New Issue
Block a user