Typo on tablesorter

This commit is contained in:
François Robichet 2012-01-24 22:11:09 +01:00
parent 540d229eba
commit 925fef4110

View File

@ -22,7 +22,7 @@ $(function(){
window.prettyPrint && prettyPrint()
// table sort example
if ($.fn.tableSorter) {
if ($.fn.tablesorter) {
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
}