2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Releasing 0.3.1

This commit is contained in:
mzabriskie
2014-09-16 18:32:42 -06:00
parent e1aa04ccee
commit d8f687dc52
11 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ define("axios", ["undefined"], function(__WEBPACK_EXTERNAL_MODULE_2__) { return
return utils.isObject(data) &&
!utils.isFile(data) &&
!utils.isBlob(data) ?
JSON.stringify(data) : null;
JSON.stringify(data) : data;
}],
transformResponse: [function (data) {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -164,7 +164,7 @@ var axios =
return utils.isObject(data) &&
!utils.isFile(data) &&
!utils.isBlob(data) ?
JSON.stringify(data) : null;
JSON.stringify(data) : data;
}],
transformResponse: [function (data) {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long