fixing javascript error

This commit is contained in:
Pablo Luna 2011-01-24 11:00:44 -03:00
parent 314df3ca68
commit 54839b0d53

View File

@ -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(){