Skip to content

Commit 567750b

Browse files
lint (oops)
1 parent 7573aa1 commit 567750b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engine/runtime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,8 @@ class Runtime extends EventEmitter {
12261226
ScratchBlocksConstants.OUTPUT_SHAPE_ROUND : ScratchBlocksConstants.OUTPUT_SHAPE_SQUARE,
12271227
args0: [
12281228
{ // to do: we could reimplement field_numberdropdown here really easily
1229-
type: menuInfo.acceptText ? 'field_textdropdown' : 'field_dropdown',
1229+
type: menuInfo.acceptText ?
1230+
'field_textdropdown' : 'field_dropdown',
12301231
name: menuName,
12311232
options: menuItems
12321233
}
@@ -1633,7 +1634,6 @@ class Runtime extends EventEmitter {
16331634
let valueName;
16341635
let shadowType;
16351636
let fieldName;
1636-
let allowText;
16371637
if (argInfo.menu) {
16381638
const menuInfo = context.categoryInfo.menuInfo[argInfo.menu];
16391639
if (menuInfo.acceptReporters) {

0 commit comments

Comments
 (0)