Update index.d.ts

This commit is contained in:
TotPeRo
2017-08-24 14:26:02 +03:00
committed by GitHub
parent 71e05ab1e8
commit 5e5fcc4379

View File

@@ -7,7 +7,6 @@
///<reference types="jquery" />
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()