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.ucd.Boundary, UMLUCD',
{ x, y },
{ width: 20, height: 13 },
{ Name: '' }
);
let usecasePartitionObject = fdPartition.create({ primitive: jsonObject });
this._addToPrimitives(usecasePartitionObject);
return usecasePartitionObject.JointJS();
}).bind(this), e);
},
this.createObjectData((function(x, y) {
let jsonObject = getJsonForElement(
'STORMCASE.UML.ad.Partition, UMLAD',
{ x, y },
{ width: 110, height: 90 },
{ Name: ''},
);
let partitonObject = FdUmlPartition.create({ primitive: jsonObject });
this._addToPrimitives(partitonObject);
return partitonObject.JointJS();
}).bind(this), e);
}