mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01: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…
Reference in New Issue
Block a user