1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-02 03:29:14 +01:00

Fix: Documentation for fnStateLoad

This commit is contained in:
Allan Jardine 2012-01-10 14:30:00 +00:00
parent 9fb75b1f03
commit cfb77fd569
2 changed files with 2 additions and 2 deletions

View File

@ -8290,7 +8290,7 @@
* cookie, but you might wish to use local storage (HTML5) or a server-side database.
* @type function
* @param {object} oSettings DataTables settings object
* @param {object} oData The state object to be saved
* @return {object} The DataTables state object to be loaded
*
* @example
* $(document).ready(function() {

View File

@ -929,7 +929,7 @@ DataTable.defaults = {
* cookie, but you might wish to use local storage (HTML5) or a server-side database.
* @type function
* @param {object} oSettings DataTables settings object
* @param {object} oData The state object to be saved
* @return {object} The DataTables state object to be loaded
*
* @example
* $(document).ready(function() {