Opened 13 years ago
Closed 13 years ago
#5278 closed bug (duplicate)
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
).
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Open firebug and reload this file to see the call