diff options
-rw-r--r-- | test/unit/ajax.js | 4 |
1 files changed, 1 insertions, 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() { |