mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-05 11:56:29 +08:00
fixing javascript error
This commit is contained in:
parent
314df3ca68
commit
54839b0d53
@ -248,7 +248,7 @@ mindplot.RelationshipLine.prototype.getControlPoints = function(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
mindplot.RelationshipLine.prototype.isSrcControlPointCustom = function(){
|
mindplot.RelationshipLine.prototype.isSrcControlPointCustom = function(){
|
||||||
return this._line2d..isSrcControlPointCustom();
|
return this._line2d.isSrcControlPointCustom();
|
||||||
};
|
};
|
||||||
|
|
||||||
mindplot.RelationshipLine.prototype.isDestControlPointCustom = function(){
|
mindplot.RelationshipLine.prototype.isDestControlPointCustom = function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user