This commit is contained in:
Richard Davey 2018-05-08 01:36:45 +01:00
parent 560b0ca84b
commit 199db75a8b

View file

@ -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);