Skip to content

Commit b600958

Browse files
committed
fixes #108
1 parent 5b1f53e commit b600958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ajax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ module.exports = namespace.ajax = function (o) {
9696
userAgent: "XMLHttpRequest",
9797
lang: "en",
9898
type: "GET",
99-
data: null
99+
data: null,
100+
dataType: "json"
100101
}, o);
101102

102103
//how jquery handles check for cross domain

0 commit comments

Comments
 (0)