Skip to content

Commit 5d9db48

Browse files
committed
Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6."
This reverts commit cacea6f.
1 parent 83d1a1f commit 5d9db48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -843,12 +843,6 @@ jQuery.extend({
843843
callbacks.shift().apply( context, args );
844844
}
845845
}
846-
// We have to add a catch block for
847-
// IE prior to 8 or else the finally
848-
// block will never get executed
849-
catch (e) {
850-
throw e;
851-
}
852846
finally {
853847
fired = [ context, args ];
854848
firing = 0;

0 commit comments

Comments
 (0)