Modify ↓
Ticket #56 (closed bug: fixed)
type is undefined in this.attr()
| Reported by: | aaron.heimlich@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | core | Version: | 1.0a |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Whenever this.attr() is called, I get the following error message in Firefox 1.5.0.4:
type is not defined (line 221 of jquery-svn.js rev 134)
I fixed it by adding a type parameter to this.attr()
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN.