Commit 7b867f8c authored by Julien Thomas's avatar Julien Thomas

Whitespace cleanup in resizeCanvas()

parent 7a229212
......@@ -780,7 +780,7 @@
function resizeCanvas(c) {
var cctx = c.getContext("2d");
var cctx = c.getContext("2d");
// Handle pixel ratios > 1 for retina displays, as explained in makeCanvas
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment