summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--threads.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/threads.js b/threads.js
index ef83b46..ca6bcd2 100644
--- a/threads.js
+++ b/threads.js
@@ -1482,7 +1482,7 @@ Process.prototype.doSetFastTracking = function (bool) {
if (this.homeContext.receiver) {
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
if (ide) {
- if (bool === true) {
+ if (bool) {
ide.startFastTracking();
} else {
ide.stopFastTracking();