From dac611a93ddc7bf24f0895d2bc46e25fcaabf521 Mon Sep 17 00:00:00 2001 From: Kiarash Ghiaseddin Date: Wed, 25 Mar 2015 19:31:16 +0100 Subject: [PATCH] Add missing reference path to jquery.d.td --- jquery.dataTables/jquery.dataTables.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jquery.dataTables/jquery.dataTables.d.ts b/jquery.dataTables/jquery.dataTables.d.ts index f57690b67..cbcb1c025 100755 --- a/jquery.dataTables/jquery.dataTables.d.ts +++ b/jquery.dataTables/jquery.dataTables.d.ts @@ -8,6 +8,8 @@ // - Plugin and extension definitions are not typed. // - Some return types are not fully wokring +/// + interface JQuery { DataTable(param?: DataTables.Settings): DataTables.DataTable; }