Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "restform", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "sending from data with post ajax request", | ||
@@ -5,0 +5,0 @@ "main": "restform.js", |
@@ -49,3 +49,3 @@ (function($) { | ||
data: formData, | ||
headers: base.options.headers | ||
headers: base.options.headers, | ||
// THIS MUST BE DONE FOR FILE UPLOADING | ||
@@ -52,0 +52,0 @@ contentType: false, |
6077