From 52519ae1e023ca16d8cbe376bf310a2dc01625d6 Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Tue, 26 Mar 2019 10:11:04 -0400 Subject: [PATCH] Add comment. --- src/extensions/scratch3_ev3/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extensions/scratch3_ev3/index.js b/src/extensions/scratch3_ev3/index.js index a9e404f2e..d2081fb62 100644 --- a/src/extensions/scratch3_ev3/index.js +++ b/src/extensions/scratch3_ev3/index.js @@ -370,7 +370,7 @@ class EV3Motor { ] ); - this._parent.send(cmd, false); + this._parent.send(cmd, false); // don't use rate limiter to ensure motor stops } /** @@ -562,7 +562,7 @@ class EV3 { ] ); - this.send(cmd, false); + this.send(cmd, false); // don't use rate limiter to ensure sound stops } stopAllMotors () {