#56 closed bug (fixed)
type is undefined in this.attr()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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()
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.