From: jaubourg Date: Mon, 26 Nov 2012 11:09:42 +0000 (+0100) Subject: Removes unnecessary closure and apply X-Git-Tag: 1.9.0b1~81 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1045%2Fhead;p=jquery.git Removes unnecessary closure and apply --- diff --git a/test/unit/ajax.js b/test/unit/ajax.js index b9cff112f..4bb9c55d6 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -7,9 +7,7 @@ module( "ajax", { return callback; }; }, - teardown: function() { - moduleTeardown.apply( this, arguments ); - } + teardown: moduleTeardown }); (function() {