mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Make jquery.dataTables compile with Typescript 0.9
This commit is contained in:
@@ -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( {
|
||||
|
||||
Reference in New Issue
Block a user