mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Filter: restore return false to fix unit tests
This commit is contained in:
parent
d59befbbf3
commit
7aa5ba3617
@ -140,7 +140,7 @@
|
||||
}
|
||||
}
|
||||
// may be null from processing types
|
||||
return filterMatched;
|
||||
return filterMatched || false;
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user