mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Fixed wrong draw() method description
It seems `draw()` method description has been copy-pasted from `destroy()` method. Now fixed. Proof http://datatables.net/reference/api/draw%28%29
This commit is contained in:
4
jquery.dataTables/jquery.dataTables.d.ts
vendored
4
jquery.dataTables/jquery.dataTables.d.ts
vendored
@@ -182,7 +182,7 @@ declare module DataTables {
|
||||
destroy(remove?: boolean): DataTable;
|
||||
|
||||
/**
|
||||
* Destroy the DataTables in the current context.
|
||||
* Redraw the table.
|
||||
*
|
||||
* @param reset Reset (default) or hold the current paging position. A full re-sort and re-filter is performed when this method is called, which is why the pagination reset is the default action.
|
||||
*/
|
||||
@@ -1832,4 +1832,4 @@ declare module DataTables {
|
||||
}
|
||||
//#endregion "SettingsLegacy"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user