From 5e5fcc4379565dbe0bf6f97191ccb4d921e063c8 Mon Sep 17 00:00:00 2001 From: TotPeRo Date: Thu, 24 Aug 2017 14:26:02 +0300 Subject: [PATCH] Update index.d.ts --- types/jquery.filtertable/index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/jquery.filtertable/index.d.ts b/types/jquery.filtertable/index.d.ts index 30d4630d6a..44c6e31fe8 100644 --- a/types/jquery.filtertable/index.d.ts +++ b/types/jquery.filtertable/index.d.ts @@ -7,7 +7,6 @@ /// declare namespace FilterTable { - interface FilterTableOptions { /** * Makes the filter input field autofocused (not recommended for accessibility reasons) @@ -120,7 +119,6 @@ declare namespace FilterTable { } interface FilterTableStatic { - /** * init with default options * @returns {JQuery} @@ -137,7 +135,6 @@ declare namespace FilterTable { } interface JQuery { - /** * if this code appears after your tables; otherwise, include it in your document.ready() code. * $('table').filterTable()