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.
Note: See
TracTickets for help on using
tickets.
See this thread:
http://www.nabble.com/Possible-1.3-bug-td21472772s27240.html