mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add reference paths
This commit is contained in:
parent
890346fb31
commit
8fa411866a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user