Skip to content

Commit

Permalink
Revert "Fixes #8353. Adds a catch block in resolveWith so that the fi…
Browse files Browse the repository at this point in the history
…nally block gets executed in IE7 and IE6."

This reverts commit cacea6f.
  • Loading branch information
jaubourg committed Feb 23, 2011
1 parent 83d1a1f commit 5d9db48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core.js
Expand Up @@ -843,12 +843,6 @@ jQuery.extend({
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 {
fired = [ context, args ];
firing = 0;
Expand Down

0 comments on commit 5d9db48

Please sign in to comment.