Skip to content

Commit 9cce72f

Browse files
committed
Minor JSLint compatibility update for latest merge.
1 parent 679b3fe commit 9cce72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
url = oUrl = loadImage.createObjectURL(file);
4040
// Store the file type for resize processing:
4141
img._type = file.type;
42-
} else if(typeof file === "string") {
42+
} else if (typeof file === 'string') {
4343
url = file;
4444
}
4545
if (url) {

0 commit comments

Comments
 (0)