]> source.dussan.org Git - jquery.git/commitdiff
Tests: Do global clean up in teardown function
authorOleg Gaidarenko <markelog@gmail.com>
Tue, 18 Feb 2014 17:52:48 +0000 (21:52 +0400)
committerOleg Gaidarenko <markelog@gmail.com>
Tue, 15 Apr 2014 13:45:59 +0000 (17:45 +0400)
test/data/testrunner.js

index 4b8b255ae0786db373fff7bc3df996e4523d0d5a..8ef57f777928ebce167ec6c4fbebc78d0dff0eab 100644 (file)
@@ -124,6 +124,8 @@ window.moduleTeardown = function() {
                oldActive = jQuery.active;
        }
 
+       Globals.cleanup();
+
        for ( i in jQuery.cache ) {
                ++cacheLength;
        }