jQuery
jQuery copied to clipboard
removed trailing comma for $.ajax data argument
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.