Skip to content

Commit

Permalink
Reverted omission
Browse files Browse the repository at this point in the history
  • Loading branch information
zevero authored Sep 19, 2017
1 parent c7b2e5b commit 2a587c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var camera = (function() {
xhr.send(formData);
}

function canvasSend(img){
function canvasSend(canvas){
//document.body.appendChild(canvas);
canvas.toBlob(photoSend,'image/jpeg',options.photo_jpeg_quality);
}
Expand Down

0 comments on commit 2a587c2

Please sign in to comment.