summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-07 11:20:00 -0500
committerJules Laplace <jules@okfoc.us>2015-02-07 11:20:00 -0500
commitebe49c97523205a7764182c45fa213aae79e844e (patch)
treea5c0629c38f4e7513d3842f2535fb1cec30c1beb /js/app.js
parent7c1e99bb1bc6c2a89bc42fb9c295933f38ac9e0c (diff)
switchin to other com
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index e9ed28f..5a61bde 100644
--- a/js/app.js
+++ b/js/app.js
@@ -46,7 +46,7 @@ function bind () {
if (selecting) {
selection.up(e)
}
- });
+ })
window.addEventListener('mousedown', function(e){
if (current_tool.name == "shader") { return }