|
@@ -15,8 +15,9 @@ export class DrawerAggregator {
|
|
|
|
|
|
constructor (drawer, geometricObject, konvaObject, elementClass) {
|
|
constructor (drawer, geometricObject, konvaObject, elementClass) {
|
|
try {
|
|
try {
|
|
|
|
+ //D if (DrawerAggregator.static_id == 1) { console.trace(); }
|
|
this.id = DrawerAggregator.static_id++; // DrawerAggregator identification number
|
|
this.id = DrawerAggregator.static_id++; // DrawerAggregator identification number
|
|
- console.log("drawer-aggregator.js!constructor(.): this.id=" + this.id); //D
|
|
|
|
|
|
+ //D console.log("drawer-aggregator.js!constructor(.): this.id=" + this.id); //D
|
|
this.drawer = drawer;
|
|
this.drawer = drawer;
|
|
this.genericObject = geometricObject;
|
|
this.genericObject = geometricObject;
|
|
this.konvaObject = konvaObject;
|
|
this.konvaObject = konvaObject;
|