Skip to content

Commit 6e97b09

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 6350976 + e91fcf6 commit 6e97b09

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)