We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e7c5a commit 616336cCopy full SHA for 616336c
jquery.wait.js
@@ -53,10 +53,10 @@
53
// remaining queued-up function calls to that wait call
54
if (next.fnc === 'wait') {
55
next.arg.push(this._fncQueue);
56
- return this._$real[next.fnc].apply(this._$real, next.arg);
+ return this._$real = this._$real[next.fnc].apply(this._$real, next.arg);
57
}
58
59
- this._$real[next.fnc].apply(this._$real, next.arg);
+ this._$real = this._$real[next.fnc].apply(this._$real, next.arg);
60
61
62
return this;
0 commit comments