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.cod.ActiveObject, UMLCOD',
{ x, y },
{ width: 80, height: 30 },
{ Name: '' }
);
let activeObject = ActiveObject.create({ primitive: jsonObject });
this._addToPrimitives(activeObject);
return activeObject.JointJS();
}).bind(this), e);
},