Delete xhr.data before sending

I did this all by myself, kayone did not assist in any way, shape or form.
pull/4/head
Mark McDowall 11 years ago
parent f3194279e4
commit f6ec58ecd5

@ -17,6 +17,8 @@ define(function () {
else {
xhr.url = xhr.url + '&' + $.param(xhr.data);
}
delete xhr.data;
}
return original.apply(this, arguments);

Loading…
Cancel
Save