Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
Description
in expression:
k.test(u.namespace)){...} |
firefox report: "u is undefined"
fixed by myself:
k.test(u.namespace))){...} |
Note: See
TracTickets for help on using
tickets.
Please reopen and attach a test case.