Skip to content

Commit

Permalink
#10 comment less params
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdak committed Nov 24, 2017
1 parent 73ae517 commit 0c3ea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
var params = {
width: canvas.width,
height: canvas.height,
//svg: canvas.toSVG(),
svg: canvas.toSVG(),
//jpg: canvas.toDataURL({ format: 'jpeg' }),
//fieldName: question + '_svg',
fieldName: question + '_svg',
};
xhr.onreadystatechange = function() {
console.log(xhr.readyState, xhr.status);
Expand Down

0 comments on commit 0c3ea4e

Please sign in to comment.