mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Missing loader parameter in File.call
This commit is contained in:
parent
b1d41e506f
commit
b795fbd97a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ var ScriptFile = new Class({
|
||||||
xhrSettings: xhrSettings
|
xhrSettings: xhrSettings
|
||||||
};
|
};
|
||||||
|
|
||||||
File.call(this, fileConfig);
|
File.call(this, loader, fileConfig);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue