Tablesorter: colSpan property was incorrectly accessed
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 1 Jul 2013 21:19:50 +0000 (23:19 +0200)
committerTheDJ <hartman.wiki@gmail.com>
Sat, 6 Jul 2013 15:04:17 +0000 (15:04 +0000)
commit6f38c7aa0611ef8631308606a4683d2aa1518fbb
tree733f865ab42105c0c54f32774fbb8cc849409c84
parent8ea3dc7faa700425e0aa08a5288e513a4b37dadd
Tablesorter: colSpan property was incorrectly accessed

Due to mixing up of colspan attribute and colSpan property, the
condition always resolved to 1. This effectively made it a
headerIndex. Renamed it as such and moved the building of the
header/column mappings into the buildHeaders function, where it is
more suited.

Bug: 47654
Change-Id: I264afb565afbe555733bad499bad6f9c87894982
resources/jquery/jquery.tablesorter.js