mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Fix extra bracket and space
This commit is contained in:
parent
3149ca5396
commit
a6e8fcc84b
@ -249,7 +249,7 @@ tsp = ts.pager = {
|
||||
e.stopPropagation();
|
||||
tsp.destroyPager(table, c);
|
||||
})
|
||||
.on('updateComplete.pager '), function(e, table, triggered){
|
||||
.on('updateComplete.pager', function(e, table, triggered){
|
||||
e.stopPropagation();
|
||||
// table can be unintentionally undefined in tablesorter v2.17.7 and earlier
|
||||
if (!table || triggered) { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user