diff --git a/jquery.dataTables/jquery.dataTables-tests.ts b/jquery.dataTables/jquery.dataTables-tests.ts
index 256693ab07..c90b40d090 100755
--- a/jquery.dataTables/jquery.dataTables-tests.ts
+++ b/jquery.dataTables/jquery.dataTables-tests.ts
@@ -1,3 +1,6 @@
+///
+///
+
$(document).ready(function () {
//#region "Language"
diff --git a/jquery.dataTables/jquery.dataTables.d.ts b/jquery.dataTables/jquery.dataTables.d.ts
index 7c01189f29..8d94c2e2a7 100755
--- a/jquery.dataTables/jquery.dataTables.d.ts
+++ b/jquery.dataTables/jquery.dataTables.d.ts
@@ -8,6 +8,9 @@
// - Plugin and extension definitions are not typed.
// - Some return types are not fully wokring
+
+///
+
interface JQuery {
DataTable(param?: DataTables.Settings): DataTables.DataTable;
}