Skip to content

Commit

Permalink
Fix. (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpgabriel authored and Paul Varache committed Sep 29, 2016
1 parent 567c0a2 commit da8ffed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
this._stopWebcam();
},
renderBlank () {
ctx = this.$.canvas.getContext('2d');
let ctx = this.$.canvas.getContext('2d');
ctx.fillStyle = '#ffffff';
ctx.clearRect(0, 0, this.$.canvas.width, this.$.canvas.height);
},
Expand Down

0 comments on commit da8ffed

Please sign in to comment.