git ssb

7+

dinoworm 🐛 / patchcore



Commit 6165433879b4b23dc7e1435ca5bf81275ebb508f

Whoops, proper check for true

Anders Rune Jensen committed on 5/30/2018, 7:57:29 PM
Parent: 2faca8a26207e316f21cadb9222ed640b7e76c16

Files changed

blob/html/input.jschanged
blob/html/input.jsView
@@ -31,9 +31,9 @@
3131 getFileData(file, function(fileData) {
3232 var orientation = getOrientation(fileData)
3333
3434 if ((typeof opts.removeExif == 'function' && opts.removeExif()) ||
35- opts.removeExif)
35 + opts.removeExif === true)
3636 fileData = removeExif(fileData, orientation)
3737
3838 // handle exif orientation data and resize
3939 if (orientation >= 3 || opts.resize) {

Built with git-ssb-web