dummy commit

This commit is contained in:
TomHodson 2012-10-09 08:03:29 +01:00
parent 8d6820c539
commit 18f716324b

View File

@ -9,6 +9,7 @@ var canvas = $("#canvas")[0];
var context = canvas.getContext("2d");
canvas.width = innerWidth;
canvas.height = innerHeight * 3;
//draw
prettytiles();