git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d1a1f
)
Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally block...
author
jaubourg
<j@ubourg.net>
Wed, 23 Feb 2011 23:32:30 +0000
(
00:32
+0100)
committer
jaubourg
<j@ubourg.net>
Wed, 23 Feb 2011 23:32:30 +0000
(
00:32
+0100)
This reverts commit
cacea6f7e778d42cda56066a6b1da8fb163410cc
.
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
d77c818
..
036b2db
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-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;