Bug Tracker

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:

if(i
k.test(u.namespace)){...}

firefox report: "u is undefined"

fixed by myself:

if(u && u.namespace && (i
k.test(u.namespace))){...}

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please reopen and attach a test case.

Note: See TracTickets for help on using tickets.