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 10ee9c6 commit 09a2cdcCopy full SHA for 09a2cdc
js/load-image.js
@@ -31,8 +31,6 @@
31
// (Firefox 3.6) support the File API but not Blobs:
32
loadImage.isInstanceOf('File', file)) {
33
url = img._objectURL = loadImage.createObjectURL(file)
34
- // Store the file type for resize processing:
35
- img._type = file.type
36
} else if (typeof file === 'string') {
37
url = file
38
if (options && options.crossOrigin) {
0 commit comments