mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
lint fix
This commit is contained in:
parent
560b0ca84b
commit
199db75a8b
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ var BinaryFile = new Class({
|
|||
key: key,
|
||||
url: url,
|
||||
xhrSettings: xhrSettings,
|
||||
config: {
|
||||
dataType: dataType
|
||||
}
|
||||
config: {dataType: dataType}
|
||||
};
|
||||
|
||||
File.call(this, loader, fileConfig);
|
||||
|
|
Loading…
Add table
Reference in a new issue