Automatic commit Wed Dec 18 03:00:02 PST 2013

This commit is contained in:
ellen.spertus
2013-12-18 03:00:02 -08:00
parent 7c57c3c758
commit 372d4248ca
44 changed files with 322 additions and 137 deletions

View File

@@ -460,9 +460,9 @@ Blockly.Blocks['text_prompt'] = {
this.setColour(160);
var dropdown = new Blockly.FieldDropdown(TYPES, function(newOp) {
if (newOp == 'NUMBER') {
thisBlock.outputConnection.setCheck('Number');
thisBlock.changeOutput('Number');
} else {
thisBlock.outputConnection.setCheck('String');
thisBlock.changeOutput('String');
}
});
this.appendDummyInput()