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:
10303c3
)
Added some more information to the unload event cleanup.
author
John Resig
<jeresig@gmail.com>
Thu, 19 Mar 2009 15:16:02 +0000
(15:16 +0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 19 Mar 2009 15:16:02 +0000
(15:16 +0000)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
26c5620
..
95718ad
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-677,6
+677,9
@@
jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
// Prevent memory leaks in IE
// And prevent errors on refresh with events like mouseover in other browsers
// Window isn't included so as not to unbind existing unload events
+// More info:
+// - http://isaacschlueter.com/2006/10/msie-memory-leaks/
+// - https://bugzilla.mozilla.org/show_bug.cgi?id=252542
jQuery( window ).bind( 'unload', function(){
for ( var id in jQuery.cache )
// Skip the window