diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index 9ce11121..c193b6a7 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -160,7 +160,7 @@ } } for (i = 1; i < l; i++) { - if (ts.parsers[i].is(nodeValue, table, node)) { + if (ts.parsers[i].is && ts.parsers[i].is(nodeValue, table, node)) { return ts.parsers[i]; } }