Skip to content

Commit f7457d2

Browse files
committed
Updated: FileUploader.isFileLikeObject()
1 parent 84a7946 commit f7457d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/FileUploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export default function __(fileUploaderOptions, $rootScope, $http, $window, File
703703
* @private
704704
*/
705705
static isFileLikeObject(value) {
706-
return value instanceof this.constructor.FileLikeObject;
706+
return value instanceof FileLikeObject;
707707
}
708708
/**
709709
* Returns "true" if value is array like object

0 commit comments

Comments
 (0)