This commit is contained in:
Yann Esposito 2015-10-02 18:31:02 +02:00
parent b011c4c166
commit 941bcc25bc

View file

@ -18,7 +18,7 @@ Elm.Native.Http.make = function(localRuntime) {
{
return Task.asyncFunction(function(callback) {
var req = new XMLHttpRequest();
if (setting.withCredentials) {
if (settings.withCredentials) {
req.withCredentials = true;
}