|
@@ -121,7 +121,7 @@ console.log(" * 7. this.middlePoint.id="+(this.middlePoint&&this.middlePoint.id?
|
|
var aux = "";
|
|
var aux = "";
|
|
if (konvaObject != undefined) {
|
|
if (konvaObject != undefined) {
|
|
aggregator = Objects.getByKonvaObject(konvaObject)[0];
|
|
aggregator = Objects.getByKonvaObject(konvaObject)[0];
|
|
- aux += " (1) aggregator.id=" + aggregator.id + "; ";
|
|
|
|
|
|
+ aux += " (1) aggregator.id=" + (aggregator!=undefined ? aggregator.id : "<>") + "; ";
|
|
}
|
|
}
|
|
if (this.state == undefined) {
|
|
if (this.state == undefined) {
|
|
super.setState(MiddlePointDrawer.FIRST_POINT_STATE);
|
|
super.setState(MiddlePointDrawer.FIRST_POINT_STATE);
|