fix code style
parent
0dbc2f32a6
commit
db66cc2c03
|
@ -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