diff options
Diffstat (limited to 'assets/javascripts/rectangles/debug.js')
| -rw-r--r-- | assets/javascripts/rectangles/debug.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/javascripts/rectangles/debug.js b/assets/javascripts/rectangles/debug.js new file mode 100644 index 0000000..437abb8 --- /dev/null +++ b/assets/javascripts/rectangles/debug.js @@ -0,0 +1,2 @@ +window.z = true; +document.body.addEventListener("mousedown", function(){ z = true }) |
