mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 09:35:52 +00:00
Removes unnecessary semicolon
This commit is contained in:
parent
e0e3cba538
commit
4dfcd0b010
@ -124,7 +124,7 @@ export class ModelerComponent implements AfterViewInit {
|
||||
this.xml = (event.target as FileReader).result.toString();
|
||||
const diagramType = getDiagramTypeFromXml(this.xml);
|
||||
this.diagramComponent.openDiagram(this.xml, diagramType);
|
||||
};
|
||||
}
|
||||
|
||||
readFile(file: File) {
|
||||
// FileReader must be instantiated this way so unit test can spy on it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user