Typo in fnStateSave documentation
Typo in fnStateSave documentation
Jeph
Posts: 2Questions: 0Answers: 0
Came across a minor typo as I'm trying to wrap my head around fnStateSave - the code example includes the following, and is missing a comma after the method:POST line.
[code]
...
"dataType": "json",
"method": "POST" <---
"success": function () {}
...
[/code]
Again, super minor, and I'm sure most have just realized the typo and not included it in their code...
Thanks for such a great overall product!
Jeph
[code]
...
"dataType": "json",
"method": "POST" <---
"success": function () {}
...
[/code]
Again, super minor, and I'm sure most have just realized the typo and not included it in their code...
Thanks for such a great overall product!
Jeph
This discussion has been closed.