Typo in fnStateSave documentation

Typo in fnStateSave documentation

JephJeph Posts: 2Questions: 0Answers: 0
edited January 2013 in Bug reports
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
This discussion has been closed.