git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab7b72
)
Accidentally removed the module teardown code.
author
jeresig
<jeresig@gmail.com>
Mon, 17 Jan 2011 23:08:51 +0000
(18:08 -0500)
committer
jeresig
<jeresig@gmail.com>
Mon, 17 Jan 2011 23:08:51 +0000
(18:08 -0500)
test/unit/selector.js
patch
|
blob
|
history
diff --git
a/test/unit/selector.js
b/test/unit/selector.js
index
27ad6e5
..
f716cf4
100644
(file)
--- 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);