diff options
Diffstat (limited to 'test/unit/support.js')
-rw-r--r-- | test/unit/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index 24ca830e2..db9991a76 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -1,4 +1,4 @@ -QUnit.module( "support", { teardown: moduleTeardown } ); +QUnit.module( "support", { afterEach: moduleTeardown } ); var computedSupport = getComputedSupport( jQuery.support ); |