jQuery icon indicating copy to clipboard operation
jQuery copied to clipboard

removed trailing comma for $.ajax data argument

Open rossmd opened this issue 11 years ago • 0 comments

When the $.ajax command auto-completes, there is a trailing comma on the data parameter object. If left in the code, it will cause issues with IE8 (and below). I'm removing the comma so other's won't forget to remove it.

rossmd avatar Sep 08 '14 13:09 rossmd