Make jquery.dataTables compile with Typescript 0.9

This commit is contained in:
Armin Sander
2013-06-25 11:06:40 +02:00
parent 5897eeb78c
commit 65a37c72a7
2 changed files with 75 additions and 68 deletions
@@ -1086,6 +1086,11 @@ $(document).ready( function() {
} );
} );
/*
This test does not compile, because - for some hard to find reason - the compiler is missing the aTargets
property of the second element.
// Using aoColumnDefs
$(document).ready( function() {
$('#example').dataTable( {
@@ -1098,6 +1103,8 @@ $(document).ready( function() {
} );
} );
*/
// Using aoColumns
$(document).ready( function() {
$('#example').dataTable( {