فهرست منبع

Update 'src/app/components/middle-point/models/middle-point-model.js'

Previous debug message was provoking error in crationg of second Circumference c1: c0:=Circumference(A,B); c1:=Circumference(B,A);
Only one "//D console.trace()" added
leo 2 سال پیش
والد
کامیت
09ae385aee
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/app/components/middle-point/models/middle-point-model.js

+ 1 - 0
src/app/components/middle-point/models/middle-point-model.js

@@ -15,6 +15,7 @@ import { ELEMENTS_CLASS } from "../../../core/enums/elements-class-enum";
 export class MiddlePointModel extends PointModel {
 
   constructor (pointA, pointB, label, id) {
+  //D console.trace();
   try {
     super(id);
     this.pointA = pointA;