mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Strips IIFEs from modules; Always require built jQuery for tests.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
jQuery.extend({
|
||||
queue: function( elem, type, data ) {
|
||||
var queue;
|
||||
@@ -142,5 +140,3 @@ jQuery.fn.extend({
|
||||
return defer.promise( object );
|
||||
}
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
|
||||
Reference in New Issue
Block a user