From 6284cbdd858f7d0182246a30576b753ed448813e Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Wed, 12 Jun 2019 21:55:41 -0400 Subject: [PATCH] Removing todo, decided not to rename. --- src/extensions/scratch3_ev3/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extensions/scratch3_ev3/index.js b/src/extensions/scratch3_ev3/index.js index 364cec231..3e19564f7 100644 --- a/src/extensions/scratch3_ev3/index.js +++ b/src/extensions/scratch3_ev3/index.js @@ -334,7 +334,6 @@ class EV3Motor { /** * Set the motor to coast after a specified amount of time. - * TODO: rename this startBraking? * @param {number} time - the time in milliseconds. */ coastAfter (time) {