From 16063c9f561da4b2899fea2bb144d28586d9c74e Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Wed, 30 Nov 2016 02:28:39 -0800 Subject: [PATCH] remove garbage --- web/app/sketcher/tools/drag.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/sketcher/tools/drag.js b/web/app/sketcher/tools/drag.js index a33efbbf..c6d67a14 100644 --- a/web/app/sketcher/tools/drag.js +++ b/web/app/sketcher/tools/drag.js @@ -9,7 +9,6 @@ export class DragTool extends Tool{ this.obj = obj; this._point = {x: 0, y: 0}; this.origin = {x: 0, y: 0}; - this.ref = this.obj.getReferencePoint(); this.solver = null; }