Skip to content

Commit

Permalink
Fix accidental change of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ced-b authored and Mottie committed Jul 2, 2017
1 parent 6beda6a commit c3fdce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.tablesorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
timer = new Date();
}
// children tr in tfoot - see issue #196 & #547
// don't pass table.config to CColumnIndex here - widgets (math) pass it to "quickly" index tbody cells
// don't pass table.config to computeColumnIndex here - widgets (math) pass it to "quickly" index tbody cells
c.columns = ts.computeColumnIndex( c.$table.children( 'thead, tfoot' ).children( 'tr' ) );
// add icon if cssIcon option exists
icon = c.cssIcon ?
Expand Down

0 comments on commit c3fdce9

Please sign in to comment.