mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-13 15:00:06 -04:00
Merge pull request #2207 from evhan55/ergonomics/2017
Removing comment in WeDo2 extension
This commit is contained in:
commit
f3f307b59c
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ class WeDo2Motor {
|
|||
|
||||
/**
|
||||
* Start active braking on this motor. After a short time, the motor will turn off.
|
||||
* // TODO: rename this to coastAfter?
|
||||
*/
|
||||
startBraking () {
|
||||
if (this._power === 0) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue