Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6."
This reverts commit cacea6f7e7
.
This commit is contained in:
parent
83d1a1fd56
commit
5d9db486c7
|
@ -843,12 +843,6 @@ jQuery.extend({
|
||||||
callbacks.shift().apply( context, args );
|
callbacks.shift().apply( context, args );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// We have to add a catch block for
|
|
||||||
// IE prior to 8 or else the finally
|
|
||||||
// block will never get executed
|
|
||||||
catch (e) {
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
finally {
|
finally {
|
||||||
fired = [ context, args ];
|
fired = [ context, args ];
|
||||||
firing = 0;
|
firing = 0;
|
||||||
|
|
Loading…
Reference in a new issue