maze update

This commit is contained in:
James B. Pollack 2016-03-30 15:03:20 -07:00
parent 5ea5336ba5
commit 59a0e95e5f

View file

@ -234,11 +234,8 @@
};
Audio.playSound(VICTORY_SOUND, audioProperties);
},
unload: function() {
Script.update.disconnect(_this.update);
}
};
return new Maze();