Modify ↓
Ticket #6545 (closed bug: invalid)
bug in jquery-1.4.2.min.js
| Reported by: | janson | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | core | Version: | 1.4.2 |
| Keywords: | undefined | Cc: | |
| Blocking: | Blocked by: |
Description
in expression:
| k.test(u.namespace)){...} |
firefox report: "u is undefined"
fixed by myself:
| k.test(u.namespace))){...} |
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.

Please reopen and attach a test case.