summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/rectangles.html b/rectangles.html
index 7acc52b..882b862 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -56,7 +56,6 @@ canvas.addEventListener("mousedown", function(e){
if (e.shiftKey && dragging) {
dragging.quantize(10)
}
-
})
canvas.addEventListener("mousemove", function(e){
var x, y