Skip to content

Commit acc8683

Browse files
committed
Format fix
1 parent 199db75 commit acc8683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/BinaryFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var BinaryFile = new Class({
7070
key: key,
7171
url: url,
7272
xhrSettings: xhrSettings,
73-
config: {dataType: dataType}
73+
config: { dataType: dataType }
7474
};
7575

7676
File.call(this, loader, fileConfig);

0 commit comments

Comments
 (0)