Update unit tests with a leak detection mechanism for the various jQuery globals...
[jquery.git] / test / unit / ajax.js
index 773088f..d29eddb 100644 (file)
@@ -1,4 +1,4 @@
-module("ajax");
+module("ajax", { teardown: moduleTeardown });
 
 // Safari 3 randomly crashes when running these tests,
 // but only in the full suite - you can run just the Ajax