Side navigation
#5278 closed bug (duplicate)
Opened September 21, 2009 03:38PM UTC
Closed September 21, 2009 08:07PM UTC
jQuery calls Object.each on onload and unload
Reported by: | MindstormsKid | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If Object.prototype.each
is defined, jQuery calls it on onload and unload, with an object as the only parameter (with this
set to window
).
Seems that this is the same problem as #2721.