1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-04-08 00:54:11 +02:00

Fix: Remove tailing comma for IE6/7

This commit is contained in:
Allan Jardine 2011-03-22 18:23:44 +00:00
parent a99c64bea8
commit 77ba6c790a

View File

@ -40,7 +40,7 @@
{ "sClass": "center" }, { "sClass": "center" },
{ "sClass": "center" } { "sClass": "center" }
], ],
"aaSorting": [[1, 'asc']], "aaSorting": [[1, 'asc']]
} ); } );
$('#example tbody td img').live( 'click', function () { $('#example tbody td img').live( 'click', function () {
@ -132,7 +132,7 @@ $(document).ready(function() {
{ "sClass": "center" }, { "sClass": "center" },
{ "sClass": "center" } { "sClass": "center" }
], ],
"aaSorting": [[1, 'asc']], "aaSorting": [[1, 'asc']]
} ); } );
$('#example tbody td img').live( 'click', function () { $('#example tbody td img').live( 'click', function () {