mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Automatic commit Wed Jan 15 03:00:09 PST 2014
This commit is contained in:
@@ -43,7 +43,7 @@ Blockly.JavaScript['controls_if'] = function(block) {
|
||||
}
|
||||
if (block.elseCount_) {
|
||||
branch = Blockly.JavaScript.statementToCode(block, 'ELSE');
|
||||
code += ' else {\n' + branch + '}\n';
|
||||
code += ' else {\n' + branch + '}';
|
||||
}
|
||||
return code + '\n';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user