mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Update index.d.ts
This commit is contained in:
3
types/jquery.filtertable/index.d.ts
vendored
3
types/jquery.filtertable/index.d.ts
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user