Add missing reference path to jquery.d.td

This commit is contained in:
Kiarash Ghiaseddin
2015-03-25 19:31:16 +01:00
parent cc4234e4c7
commit dac611a93d
+2
View File
@@ -8,6 +8,8 @@
// - Plugin and extension definitions are not typed.
// - Some return types are not fully wokring
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {
DataTable(param?: DataTables.Settings): DataTables.DataTable;
}