diff options
| author | jmoenig <jens@moenig.org> | 2014-06-05 17:56:19 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-06-05 17:56:19 +0200 |
| commit | d7f30820b5d0363b89af5201643188545dd3e815 (patch) | |
| tree | a2fd425b40b8a68d9bb960c14b46b3ac49cc4299 /objects.js | |
| parent | ccdce5da74cbc0b8bd1f60c8981894bc1f0e164b (diff) | |
| download | snap-d7f30820b5d0363b89af5201643188545dd3e815.tar.gz snap-d7f30820b5d0363b89af5201643188545dd3e815.zip | |
fixed #457
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4144,7 +4144,7 @@ StageMorph.prototype.init = function (globals) { this.keysPressed = {}; // for handling keyboard events, do not persist this.blocksCache = {}; // not to be serialized (!) this.paletteCache = {}; // not to be serialized (!) - this.lastAnswer = null; // last user input, do not persist + this.lastAnswer = ''; // last user input, do not persist this.activeSounds = []; // do not persist this.trailsCanvas = null; |
