mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
remove garbage
This commit is contained in:
parent
bedb65a169
commit
16063c9f56
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue