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

Remove fnDestroy from accidendal commit

This commit is contained in:
Allan Jardine 2010-08-22 08:48:00 +01:00
parent 29d7a0a182
commit 8171787a4e

View File

@ -18,7 +18,6 @@
{ "bSearchable": false, "bVisible": false, "aTargets": [ 2 ] },
{ "bVisible": false, "aTargets": [ 3 ] }
] } );
$('#example').dataTable().fnDestroy();
} );
</script>
</head>