summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/util/debug.js
blob: 924c8161a7b4485c94d3910ac848b23d95e235a5 (plain)
1
2
3
4
5
6
7
8
/*
	on mousedown, z := true
	
	if (z) // log stuff
*/

window.z = true;
document.body.addEventListener("mousedown", function(){ z = true })