Skip to content

Commit e91fcf6

Browse files
authored
Merge pull request phaserjs#3650 from TadejZupancic/patch-2
Missing loader parameter in File.call
2 parents b1d41e5 + b795fbd commit e91fcf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/ScriptFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var ScriptFile = new Class({
6969
xhrSettings: xhrSettings
7070
};
7171

72-
File.call(this, fileConfig);
72+
File.call(this, loader, fileConfig);
7373
},
7474

7575
/**

0 commit comments

Comments
 (0)