From 8fa411866ade00a2649c0c694bc609684dd58ab2 Mon Sep 17 00:00:00 2001 From: Kiarash Ghiaseddin Date: Wed, 18 Feb 2015 12:42:18 +0100 Subject: [PATCH] Add reference paths --- jquery.dataTables/jquery.dataTables-tests.ts | 3 +++ jquery.dataTables/jquery.dataTables.d.ts | 3 +++ 2 files changed, 6 insertions(+) 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; }