1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Fix: Trailing comma

This commit is contained in:
Allan Jardine 2012-10-07 18:11:41 +01:00
parent de935de4c6
commit f7dddabfa3

View File

@ -57,5 +57,5 @@ $.extend( DataTable.ext.oSort, {
"numeric-pre": function ( a )
{
return (a=="-" || a==="") ? 0 : a*1;
},
}
} );