We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199db75 commit acc8683Copy full SHA for acc8683
1 file changed
src/loader/filetypes/BinaryFile.js
@@ -70,7 +70,7 @@ var BinaryFile = new Class({
70
key: key,
71
url: url,
72
xhrSettings: xhrSettings,
73
- config: {dataType: dataType}
+ config: { dataType: dataType }
74
};
75
76
File.call(this, loader, fileConfig);
0 commit comments