remove garbage

This commit is contained in:
Val Erastov 2016-11-30 02:28:39 -08:00
parent bedb65a169
commit 16063c9f56

View file

@ -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;
}