DefinitelyTyped/jquery.dataTables
pingcrosby c3d8ef3939 Set LanuageSettings to optional
Language info fields marked as optional to allow constructs as

var table = $('#example').DataTable({

processing: true,
serverSide: true,
pagingType: "full_numbers",
lengthMenu: [5, 10, 15],
language:  {
paginate: {
first: "Fsairst",
last: "Laasst",
next: "Nexast",
previous: "Preavious"
}
},
2015-06-08 13:30:55 +01:00
..
jquery.dataTables-1.9.4.d.ts create old jquery.dataTables definition backup 2015-04-07 23:18:27 +09:00
jquery.dataTables-tests.ts jquery.dataTables - fix FunctionColumnRender and FunctionColumnData signitures. 2015-04-29 23:10:02 -04:00
jquery.dataTables-tests.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00
jquery.dataTables.d.ts Set LanuageSettings to optional 2015-06-08 13:30:55 +01:00