diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-15 16:08:40 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-15 16:50:30 -0400 |
| commit | d6e459e2808ea16a4a0715e294182bafe74d310c (patch) | |
| tree | 7fe79c28d09917db7f06db2b5420500749a1b2f4 /assets/javascripts/rectangles/debug.js | |
| parent | af825cefe94eb8a677d61bc6721451af63105988 (diff) | |
rearranging things
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 }) |
