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