Add missing move when unshadowing and missing XY when deleting.

This commit is contained in:
Neil Fraser
2016-02-12 19:34:51 -08:00
parent 62f86658ff
commit 1d44036cf9
4 changed files with 27 additions and 12 deletions

View File

@@ -85,7 +85,7 @@
maxBlocks: 5,
toolbox: document.getElementById('toolbox')});
function onchange() {
function onchange(event) {
document.getElementById('capacity').innerHTML =
workspace.remainingCapacity();
}