Add reference paths

This commit is contained in:
Kiarash Ghiaseddin
2015-02-18 12:42:18 +01:00
parent 890346fb31
commit 8fa411866a
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
// - 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;
}