]> source.dussan.org Git - jquery.git/commitdiff
Removes unnecessary closure and apply 1045/head
authorjaubourg <j@ubourg.net>
Mon, 26 Nov 2012 11:09:42 +0000 (12:09 +0100)
committerjaubourg <j@ubourg.net>
Mon, 26 Nov 2012 11:09:42 +0000 (12:09 +0100)
test/unit/ajax.js

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