diff options
author | Colin Snover <github.com@zetafleet.com> | 2011-01-09 15:58:47 -0600 |
---|---|---|
committer | Colin Snover <github.com@zetafleet.com> | 2011-01-09 15:58:47 -0600 |
commit | e2941d5a98e91c5f61b200b2763e5fa0eb339365 (patch) | |
tree | 6bcc82b8589f18aacf734ba80efe72108e935c84 /test/unit/offset.js | |
parent | 80af46e8ffe8292e0af0537db6c7e89019e5edba (diff) | |
download | jquery-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.js | 2 |
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); |