Skip to content

Commit

Permalink
Remove obsolete _type property.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Oct 8, 2016
1 parent 10ee9c6 commit 09a2cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/load-image.js
Expand Up @@ -31,8 +31,6 @@
// (Firefox 3.6) support the File API but not Blobs:
loadImage.isInstanceOf('File', file)) {
url = img._objectURL = loadImage.createObjectURL(file)
// Store the file type for resize processing:
img._type = file.type
} else if (typeof file === 'string') {
url = file
if (options && options.crossOrigin) {
Expand Down

0 comments on commit 09a2cdc

Please sign in to comment.