Added braces and removed whitespaces.
This commit is contained in:
@@ -31,10 +31,9 @@ export class FileItem {
|
|||||||
this.options = options;
|
this.options = options;
|
||||||
this.file = new FileLikeObject(some);
|
this.file = new FileLikeObject(some);
|
||||||
this._file = some;
|
this._file = some;
|
||||||
|
if (uploader.options && uploader.options.method) {
|
||||||
if (uploader.options && uploader.options.method)
|
|
||||||
this.method = uploader.options.method;
|
this.method = uploader.options.method;
|
||||||
|
}
|
||||||
this.url = uploader.options.url;
|
this.url = uploader.options.url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user