Skip to content

Commit

Permalink
Fix options is not defined (thanks to martingg88)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeuillot committed Jan 22, 2016
1 parent 40b4c5b commit 19af955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exif/ExifImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ExifImage.prototype.loadImage = function (image, callback) {
return;
}

self.processImage("File: "+image, data, options, callback);
self.processImage("File: "+image, data, callback);
});
return;
}
Expand Down

0 comments on commit 19af955

Please sign in to comment.