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;
|
||||
};
|
||||
},
|
||||
teardown: function() {
|
||||
moduleTeardown.apply( this, arguments );
|
||||
}
|
||||
teardown: moduleTeardown
|
||||
});
|
||||
|
||||
(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user