From 512b826f9f14e30b715b943547b97aaaf1099f4e Mon Sep 17 00:00:00 2001 From: jaubourg Date: Mon, 26 Nov 2012 12:09:42 +0100 Subject: [PATCH] Removes unnecessary closure and apply --- test/unit/ajax.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() { -- 2.39.5