mirror of
https://github.com/google/blockly.git
synced 2026-05-16 09:00:10 +02:00
Missing semicolon
This commit is contained in:
+1
-1
@@ -526,7 +526,7 @@ Blocks['text_prompt'] = {
|
||||
.appendField(dropdown, 'TYPE')
|
||||
.appendField(new FieldLabel(this.RTL ? '❞' : '❝', 'blocklyFont'))
|
||||
.appendField(new FieldTextInput(''), 'TEXT')
|
||||
.appendField(new FieldLabel(this.RTL ? '❝' : '❞', 'blocklyFont'))
|
||||
.appendField(new FieldLabel(this.RTL ? '❝' : '❞', 'blocklyFont'));
|
||||
this.setOutput(true, 'String');
|
||||
this.setTooltip(function() {
|
||||
return (thisBlock.getFieldValue('TYPE') === 'TEXT') ?
|
||||
|
||||
Reference in New Issue
Block a user