Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.createObjectData((function(x, y) {
let jsonObject = getJsonForElement(
'STORMCASE.UML.ad.State, UMLAD',
{ x, y },
{ width: 110, height: 90 },
{ Name: '', Text: '' },
);
let activeStateObject = FdUmlActiveState.create({ primitive: jsonObject });
this._addToPrimitives(activeStateObject);
return activeStateObject.JointJS();
}).bind(this), e);
},