Skip to content

Commit

Permalink
Fix memory leak in test
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Sep 22, 2011
1 parent 253e8c7 commit faafd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/queue.js
Expand Up @@ -112,6 +112,7 @@ test("callbacks keep their place in the queue", function() {
div.promise("fx").done(function() {
equals(counter, 4, "Deferreds resolved");
start();
div.remove();
});
});

Expand Down

0 comments on commit faafd79

Please sign in to comment.