mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-12-24 12:13:49 +01:00
fix code style
This commit is contained in:
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
Block a user