Update file-like-object.class.ts #1043

Open
ronliruonan wants to merge 1 commits from unknown repository into development
Showing only changes of commit 5c4611f637 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ export class FileLikeObject {
public size: any; public size: any;
public type: string; public type: string;
public name: string; public name: string;
public rawFile: string; public rawFile: any;
public constructor(fileOrInput: any) { public constructor(fileOrInput: any) {
this.rawFile = fileOrInput; this.rawFile = fileOrInput;