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