Opened 16 years ago
Closed 16 years ago
#778 closed bug (worksforme)
reference to undefined property a.type
Reported by: | Jason | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Can you locate how this is occurring? Are you running any particular query that causes this to happen?
Something like this, perhaps? $(":radio")
(Just a guess)
comment:3 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Ok, since there's really been no follow-up on this (and I think Joern may have tackled this for 1.1.1 anyway), I'm going to close 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.