Modify ↓
Ticket #778 (closed bug: worksforme)
reference to undefined property a.type
| Reported by: | Jason | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm not sure if it's too early to be reporting 1.1b issues (I noticed it in the src via a 'recent changes' area).
I'm getting a lot of this: Warning: reference to undefined property a.type Line: 1023 (of jquery.js)
// Build a custom macro to enclose it
eval("f = function(a,i){" +
( jQuery.expr[ m[1] ]._prefix || "" ) +
"return " + f + "}");
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.

I guess this isn't really a bug, probably just an enhancement, so Firefox won't complain about it.