Bug Tracker

Opened 14 years ago

Closed 14 years ago

#3949 closed bug (invalid)

filter is not a function

Reported by: babyshake Owned by:
Priority: major Milestone: 1.3.1
Component: unfiled Version: 1.3
Keywords: filter Cc:
Blocked by: Blocking:

Description

In jquery-1.3.1.js, one of my scripts fails (where it didn't in 1.2.6) with the error "filter is not a function"

This is from line 1937 in jquery.js:

if ( filter ) {

return filter( elem, i, match, array );

If I have the chance to debug this in more depth, I'll add to the ticket later.

Change History (1)

comment:1 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.