Skip to content

Commit 1399355

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 4e6df03 + 39c4154 commit 1399355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/MergeXHRSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var XHRSettings = require('./XHRSettings');
2323
*/
2424
var MergeXHRSettings = function (global, local)
2525
{
26-
var output = (global === undefined) ? XHRSettings() : Extend(global);
26+
var output = (global === undefined) ? XHRSettings() : Extend({}, global);
2727

2828
if (local)
2929
{

0 commit comments

Comments
 (0)