mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Updated to match naming standards
This commit is contained in:
parent
55ff277951
commit
005e2c77a1
@ -1,6 +1,6 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="jquery.dataTables.d.ts" />
|
||||
/// <reference path="jquery.dataTables.buttons.d.ts" />
|
||||
/// <reference path="../jquery.dataTables/jquery.dataTables.d.ts" />
|
||||
/// <reference path="datatables-buttons.d.ts" />
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="jquery.dataTables.d.ts"/>
|
||||
/// <reference path="../jquery.dataTables/jquery.dataTables.d.ts"/>
|
||||
|
||||
declare module DataTables {
|
||||
export interface Settings {
|
||||
Loading…
Reference in New Issue
Block a user