mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Removing label.
This commit is contained in:
parent
c6b63a8f09
commit
6c706b410f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ const Ev3Mode = {
|
|||
* @readonly
|
||||
* @enum {string}
|
||||
*/
|
||||
const Ev3Label = { // TODO: rename?
|
||||
const Ev3Label = {
|
||||
touch: 'button',
|
||||
color: 'brightness',
|
||||
ultrasonic: 'distance'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue