aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2011-01-17 18:08:51 -0500
committerjeresig <jeresig@gmail.com>2011-01-17 18:08:51 -0500
commite01e8d434d6e8421b93f328549b753191bb14c33 (patch)
tree6131c00b3705af2ab26236ba69d8aa60ae08c0aa
parent3ab7b72919c8bd697e0cefab3b658bee0f51aef8 (diff)
downloadjquery-e01e8d434d6e8421b93f328549b753191bb14c33.tar.gz
jquery-e01e8d434d6e8421b93f328549b753191bb14c33.zip
Accidentally removed the module teardown code.
-rw-r--r--test/unit/selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/selector.js b/test/unit/selector.js
index 27ad6e535..f716cf4a9 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);