We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679b3fe commit 9cce72fCopy full SHA for 9cce72f
load-image.js
@@ -39,7 +39,7 @@
39
url = oUrl = loadImage.createObjectURL(file);
40
// Store the file type for resize processing:
41
img._type = file.type;
42
- } else if(typeof file === "string") {
+ } else if (typeof file === 'string') {
43
url = file;
44
}
45
if (url) {
0 commit comments