Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.createLinkData((function(linkProperties) {
let jsonObject = getJsonForLink(
'STORMCASE.UML.cod.Link, UMLCOD',
linkProperties.source,
null,
linkProperties.target,
null,
null,
{ Name: '' }
);
let undirAssociationObject = AssociationLink.create({ primitive: jsonObject });
undirAssociationObject.set('vertices', linkProperties.points || A());
this._addToPrimitives(undirAssociationObject);
return undirAssociationObject.JointJS();
}).bind(this), e, A(['flexberry.uml.Instance', 'flexberry.uml.ActiveObject', 'flexberry.uml.MultiObject',
'flexberry.uml.UsecaseActor', 'flexberry.uml.DesignPattern', 'flexberry.uml.ForwardAsyncMessage', 'flexberry.uml.ForwardFlatMessage',