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

View File

@ -1,3 +1,6 @@
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="jquery.dataTables.d.ts" />
$(document).ready(function () {
//#region "Language"

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;
}