Merge pull request #6252 from GDoronin/patch-1

Fixed wrong draw() method description
This commit is contained in:
Masahiro Wakame
2015-10-13 02:46:29 +09:00
+2 -2
View File
@@ -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"
}
}