mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Fix: Remove tailing comma for IE6/7
This commit is contained in:
parent
a99c64bea8
commit
77ba6c790a
@ -40,7 +40,7 @@
|
||||
{ "sClass": "center" },
|
||||
{ "sClass": "center" }
|
||||
],
|
||||
"aaSorting": [[1, 'asc']],
|
||||
"aaSorting": [[1, 'asc']]
|
||||
} );
|
||||
|
||||
$('#example tbody td img').live( 'click', function () {
|
||||
@ -132,7 +132,7 @@ $(document).ready(function() {
|
||||
{ "sClass": "center" },
|
||||
{ "sClass": "center" }
|
||||
],
|
||||
"aaSorting": [[1, 'asc']],
|
||||
"aaSorting": [[1, 'asc']]
|
||||
} );
|
||||
|
||||
$('#example tbody td img').live( 'click', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user