Merge pull request from a49594a/patch-1

Fix missing right quote marks in `blockToXML`
This commit is contained in:
Ray Schamp 2017-04-24 12:23:55 -04:00 committed by GitHub
commit 83ae96b51b

View file

@ -407,7 +407,7 @@ class Blocks {
id="${block.id}"
type="${block.opcode}"
${block.topLevel ?
`x="${block.x} y="${block.y}` :
`x="${block.x}" y="${block.y}"` :
''
}
>`;