From dd82079badfe9a933c8bede53614a21ac96bacd7 Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Sat, 27 Apr 2019 18:41:52 -0400 Subject: [PATCH] Fixing a comment style. --- src/extensions/scratch3_boost/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index 33c1b2086..beec5506b 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -522,10 +522,10 @@ class BoostMotor { * @param {boolean} [resetState=true] - whether to reset the state of the motor when running this command. */ turnOnForDegrees (degrees, direction, resetState = true) { - /* if (this.power === 0) { - this._clearRotationState(); - return; - }*/ + // if (this.power === 0) { + // this._clearRotationState(); + // return; + // } degrees = Math.max(0, degrees);