From 653024bd817cd04171c504f3d7f33f30dce3e993 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 27 Aug 2015 00:09:30 +0200 Subject: snap-to-grid.js: superfluous vars --- snap-to-grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap-to-grid.js b/snap-to-grid.js index eee8cae..f10bb21 100644 --- a/snap-to-grid.js +++ b/snap-to-grid.js @@ -1,5 +1,5 @@ window.onload = function () { - var color, i, ii, tempS, tempT, + var \ dragger = function () { curDrag = this; -- cgit v1.2.3