Fix extra bracket and space

This commit is contained in:
Justin F. Hallett 2014-08-27 09:15:52 -06:00
parent 3149ca5396
commit a6e8fcc84b

View File

@ -249,7 +249,7 @@ tsp = ts.pager = {
e.stopPropagation(); e.stopPropagation();
tsp.destroyPager(table, c); tsp.destroyPager(table, c);
}) })
.on('updateComplete.pager '), function(e, table, triggered){ .on('updateComplete.pager', function(e, table, triggered){
e.stopPropagation(); e.stopPropagation();
// table can be unintentionally undefined in tablesorter v2.17.7 and earlier // table can be unintentionally undefined in tablesorter v2.17.7 and earlier
if (!table || triggered) { return; } if (!table || triggered) { return; }