fix code style
parent
645be7afb3
commit
75b89e1c7f
|
@ -61,6 +61,6 @@ mindplot.CentralTopic = new Class({
|
||||||
var pos = this.getPosition();
|
var pos = this.getPosition();
|
||||||
var isAtRight = mindplot.util.Shape.isAtRight(targetPosition, pos);
|
var isAtRight = mindplot.util.Shape.isAtRight(targetPosition, pos);
|
||||||
var size = this.getSize();
|
var size = this.getSize();
|
||||||
return mindplot.util.Shape.calculateRectConnectionPoint(pos, size, !isAtRight);
|
return mindplot.util.Shape.calculateRectConnectionPoint(pos, size, !isAtRight);
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Reference in New Issue