Accidentally removed the module teardown code.

This commit is contained in:
jeresig 2011-01-17 18:08:51 -05:00
parent 3ab7b72919
commit e01e8d434d

View file

@ -1,4 +1,4 @@
module("selector");
module("selector", { teardown: moduleTeardown });
test("element", function() {
expect(21);