mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removes unnecessary closure and apply
This commit is contained in:
parent
603e70b90e
commit
512b826f9f
@ -7,9 +7,7 @@ module( "ajax", {
|
|||||||
return callback;
|
return callback;
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
teardown: function() {
|
teardown: moduleTeardown
|
||||||
moduleTeardown.apply( this, arguments );
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user