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,
|
||||
|
||||
// setRequestHeader
|
||||
headers: undefined,
|
||||
header: undefined,
|
||||
headerValue: undefined,
|
||||
requestedWith: false,
|
||||
|
|
Loading…
Reference in a new issue