SublimeText / jQuery

Sublime Text package bundle for jQuery
323 stars 98 forks source link

removed trailing comma for $.ajax data argument #16

Open rossmd opened 10 years ago

rossmd commented 10 years ago

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.