Removes unnecessary closure and apply

This commit is contained in:
jaubourg 2012-11-26 12:09:42 +01:00
parent 603e70b90e
commit 512b826f9f

View File

@ -7,9 +7,7 @@ module( "ajax", {
return callback;
};
},
teardown: function() {
moduleTeardown.apply( this, arguments );
}
teardown: moduleTeardown
});
(function() {