From c7f84fbf5aa8c852f9cc722f20585881e3666a73 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 1 Sep 2015 11:21:37 +0200 Subject: fix --- snap-to-grid.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap-to-grid.js b/snap-to-grid.js index f10bb21..d0360a3 100644 --- a/snap-to-grid.js +++ b/snap-to-grid.js @@ -1,6 +1,5 @@ window.onload = function () { - var \ - dragger = function () + var dragger = function () { curDrag = this; this.ox = this.type == "rect" ? this.attr("x") : this.attr("cx"); -- cgit v1.2.3