Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
2
Star
3
Fork
15,426
markelog
/
jquery
forked from
jquery/jquery
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Fix memory leak in test
Loading branch information
...
markelog
committed
Sep 22, 2011
1 parent
253e8c7
commit
faafd798db386703a06bb9c32c2342f47b93f544
Unified
Split
Showing
1 changed file
with
1 addition
and
0 deletions
.
+1
−0
test/unit/queue.js
Show comments
View
1
test/unit/queue.js
@@ -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
();
});
});
Toggle all file notes
0 comments on commit
faafd79
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
faafd79