Updated to match naming standards

This commit is contained in:
SammyG4Free 2015-12-15 15:29:24 -08:00
parent 55ff277951
commit 005e2c77a1
2 changed files with 3 additions and 3 deletions

View File

@ -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 () {

View File

@ -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 {