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

Open
ronliruonan wants to merge 1 commits from unknown repository into development

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;