Docs fix: fnStateLoad documention refered to fnStateSave instead of itself

This commit is contained in:
Allan Jardine
2012-02-21 14:14:13 +00:00
parent 793020a8d4
commit bc756f3a69
2 changed files with 2 additions and 2 deletions

View File

@@ -8454,7 +8454,7 @@
* $(document).ready(function() {
* $('#example').dataTable( {
* "bStateSave": true,
* "fnStateSave": function (oSettings, oData) {
* "fnStateLoad": function (oSettings, oData) {
* var o;
*
* // Send an Ajax request to the server to get the data. Note that

View File

@@ -979,7 +979,7 @@ DataTable.defaults = {
* $(document).ready(function() {
* $('#example').dataTable( {
* "bStateSave": true,
* "fnStateSave": function (oSettings, oData) {
* "fnStateLoad": function (oSettings, oData) {
* var o;
*
* // Send an Ajax request to the server to get the data. Note that