Files
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
..