summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-08-06 12:24:45 +0200
committerGubolin <gubolin@fantasymail.de>2014-08-06 12:24:45 +0200
commitfc36ac7fea89447682868dc40cc9a818afc51c5c (patch)
tree10e6a7db41d29764435956a696ee3ac50597c78e /objects.js
parente2191d8f6ea72077ec5595dc6570a9804b8cbd89 (diff)
downloadsnap-fc36ac7fea89447682868dc40cc9a818afc51c5c.tar.gz
snap-fc36ac7fea89447682868dc40cc9a818afc51c5c.zip
fix another strange Note bug
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index e4d0928..8923384 100644
--- a/objects.js
+++ b/objects.js
@@ -4811,7 +4811,7 @@ StageMorph.prototype.fireGreenFlagEvent = function () {
StageMorph.prototype.fireStopAllEvent = function () {
var ide = this.parentThatIsA(IDE_Morph);
- this.threads.resumeAll(this.stage);
+ //this.threads.resumeAll(this.stage); // leads to a strange Note bug
this.keysPressed = {};
this.threads.stopAll();
this.stopAllActiveSounds();