mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Add reference paths
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="jquery.dataTables.d.ts" />
|
||||
|
||||
$(document).ready(function () {
|
||||
//#region "Language"
|
||||
|
||||
|
||||
+3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user