#763 closed bug (fixed)
Parents() throws error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 1.1a |
Keywords: | parents | Cc: | |
Blocked by: | Blocking: |
Description
Calling parents(), with or without an expression argument, throws an exception: "fn is not a function," at jquery.js line 1616.
Note: See
TracTickets for help on using
tickets.
I changed line 623 from
to
works for me.