mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +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
|
||||
};
|
||||
|
||||
File.call(this, fileConfig);
|
||||
File.call(this, loader, fileConfig);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue