Merge pull request #228 from sensebox/fix-variable-type
fix variable type in block
This commit is contained in:
		
						commit
						d1b3761349
					
				| @ -10,7 +10,7 @@ Blockly.Blocks["variables_set_dynamic"] = { | |||||||
|     this.setNextStatement(true, null); |     this.setNextStatement(true, null); | ||||||
|     this.appendValueInput("VALUE") |     this.appendValueInput("VALUE") | ||||||
|       .appendField(Blockly.Msg.variables_set, Blockly.Msg.variables_set) |       .appendField(Blockly.Msg.variables_set, Blockly.Msg.variables_set) | ||||||
|       // .appendField("", "type")
 |       .appendField("", "type") | ||||||
|       .appendField(new Blockly.FieldVariable("VAR"), "VAR") |       .appendField(new Blockly.FieldVariable("VAR"), "VAR") | ||||||
|       .appendField(Blockly.Msg.variables_to); |       .appendField(Blockly.Msg.variables_to); | ||||||
|   }, |   }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user