diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-03 17:51:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-03 17:51:34 -0400 |
| commit | 90142bd07f926ef8a7f3ea86a563ec0ca648ca5d (patch) | |
| tree | 2851e990b4b71e215ad2fff4dbcaf80229953c35 /client/assets/javascripts/rectangles/util/debug.js | |
| parent | 607f69c67a5b4dc72d2754192e3cdf67d0ad11d0 (diff) | |
pulling in more stuff from posthang
Diffstat (limited to 'client/assets/javascripts/rectangles/util/debug.js')
| -rw-r--r-- | client/assets/javascripts/rectangles/util/debug.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/assets/javascripts/rectangles/util/debug.js b/client/assets/javascripts/rectangles/util/debug.js deleted file mode 100644 index 924c816..0000000 --- a/client/assets/javascripts/rectangles/util/debug.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - on mousedown, z := true - - if (z) // log stuff -*/ - -window.z = true; -document.body.addEventListener("mousedown", function(){ z = true }) |
