提交 66f24797 编写于 作者: D David Graham

Inline IE9 bogus request body check.

上级 dad14bf3
......@@ -185,11 +185,7 @@
})
})
var body = self._body
if (body === undefined) {
body = null
}
xhr.send(body)
xhr.send((self._body === undefined) ? null : self._body)
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册