mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Updated to match naming standards
This commit is contained in:
@@ -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 {
|
||||
Reference in New Issue
Block a user