mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Fix accidental change of comment
This commit is contained in:
parent
6beda6a7ba
commit
c3fdce97aa
@ -548,7 +548,7 @@
|
|||||||
timer = new Date();
|
timer = new Date();
|
||||||
}
|
}
|
||||||
// children tr in tfoot - see issue #196 & #547
|
// 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' ) );
|
c.columns = ts.computeColumnIndex( c.$table.children( 'thead, tfoot' ).children( 'tr' ) );
|
||||||
// add icon if cssIcon option exists
|
// add icon if cssIcon option exists
|
||||||
icon = c.cssIcon ?
|
icon = c.cssIcon ?
|
||||||
|
Loading…
Reference in New Issue
Block a user