fixing javascript error
This commit is contained in:
@@ -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(){
|
||||||
|
Reference in New Issue
Block a user