From: jeresig Date: Mon, 17 Jan 2011 23:08:51 +0000 (-0500) Subject: Accidentally removed the module teardown code. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=e01e8d434d6e8421b93f328549b753191bb14c33 Accidentally removed the module teardown code. --- diff --git a/test/unit/selector.js b/test/unit/selector.js index 27ad6e5..f716cf4 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -1,4 +1,4 @@ -module("selector"); +module("selector", { teardown: moduleTeardown }); test("element", function() { expect(21);