mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
Added default value
This commit is contained in:
parent
d88201604c
commit
f77e0ccbc1
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ var XHRSettings = function (responseType, async, user, password, timeout)
|
||||||
timeout: timeout,
|
timeout: timeout,
|
||||||
|
|
||||||
// setRequestHeader
|
// setRequestHeader
|
||||||
|
headers: undefined,
|
||||||
header: undefined,
|
header: undefined,
|
||||||
headerValue: undefined,
|
headerValue: undefined,
|
||||||
requestedWith: false,
|
requestedWith: false,
|
||||||
|
|
Loading…
Reference in a new issue