mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08: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
jquery.dataTables/jquery.dataTables.d.ts
vendored
3
jquery.dataTables/jquery.dataTables.d.ts
vendored
@@ -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