mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 12:58:20 -05:00
tmp was global in the new fn.promise. Fixes #9147.
This commit is contained in:
@@ -148,7 +148,8 @@ jQuery.fn.extend({
|
||||
count = 1,
|
||||
deferDataKey = type + "defer",
|
||||
queueDataKey = type + "queue",
|
||||
markDataKey = type + "mark";
|
||||
markDataKey = type + "mark",
|
||||
tmp;
|
||||
function resolve() {
|
||||
if ( !( --count ) ) {
|
||||
defer.resolveWith( elements, [ elements ] );
|
||||
|
||||
Reference in New Issue
Block a user