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:
parent
de935de4c6
commit
f7dddabfa3
@ -57,5 +57,5 @@ $.extend( DataTable.ext.oSort, {
|
||||
"numeric-pre": function ( a )
|
||||
{
|
||||
return (a=="-" || a==="") ? 0 : a*1;
|
||||
},
|
||||
}
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user