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.AggregationLink, UMLCOD',
linkProperties.source,
null,
linkProperties.target,
null,
null,
{ Name: '' }
);
let undirAssociationObject = AggregationLink.create({ primitive: jsonObject });
undirAssociationObject.set('vertices', linkProperties.points || A());
this._addToPrimitives(undirAssociationObject);
return undirAssociationObject.JointJS();
}).bind(this), e, A(['flexberry.uml.Instance', 'flexberry.uml.MultiObject']));
},