Skip to content
Snippets Groups Projects
Commit 23819166 authored by Alexander Rose's avatar Alexander Rose
Browse files

Fixed StructureElement.Loci.toScriptExpression

parent 0b175acc
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ namespace StructureElement {
}
return MS.struct.modifier.union([
byOpName.length === 1 ? byOpName[0] : MS.struct.combinator.merge.apply(null, byOpName)
byOpName.length === 1 ? byOpName[0] : MS.struct.combinator.merge(byOpName)
]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment