Changing relationship line default color

This commit is contained in:
Pablo Luna
2011-01-24 13:18:14 -03:00
parent 03ef9d9770
commit c4858265b1
2 changed files with 8 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ mindplot.ConnectionLine.prototype._createLine = function(lineType, defaultStyle)
break;
}
return line;
}
};
mindplot.ConnectionLine.getStrokeColor = function()
{