aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
diff options
context:
space:
mode:
authorColin Snover <github.com@zetafleet.com>2011-01-09 15:58:47 -0600
committerColin Snover <github.com@zetafleet.com>2011-01-09 15:58:47 -0600
commite2941d5a98e91c5f61b200b2763e5fa0eb339365 (patch)
tree6bcc82b8589f18aacf734ba80efe72108e935c84 /test/unit/offset.js
parent80af46e8ffe8292e0af0537db6c7e89019e5edba (diff)
downloadjquery-e2941d5a98e91c5f61b200b2763e5fa0eb339365.tar.gz
jquery-e2941d5a98e91c5f61b200b2763e5fa0eb339365.zip
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
Diffstat (limited to 'test/unit/offset.js')
-rw-r--r--test/unit/offset.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/offset.js b/test/unit/offset.js
index cfa14449b..329d69f95 100644
--- a/test/unit/offset.js
+++ b/test/unit/offset.js
@@ -1,4 +1,4 @@
-module("offset");
+module("offset", { teardown: moduleTeardown });
test("disconnected node", function() {
expect(2);