mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Automatic commit Wed Nov 27 03:00:02 PST 2013
This commit is contained in:
@@ -345,11 +345,11 @@ function updateGenerator() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
code.push(" // TODO: Assemble ' + language + ' into code variable.");
|
||||
code.push(" // TODO: Assemble " + language + " into code variable.");
|
||||
code.push(" var code = \'...\';");
|
||||
if (rootBlock.getTitleValue('CONNECTIONS') == 'LEFT') {
|
||||
code.push(" // TODO: Change ORDER_NONE to the correct strength.");
|
||||
code.push(" return [code, Blockly.' + language + '.ORDER_NONE];");
|
||||
code.push(" return [code, Blockly." + language + ".ORDER_NONE];");
|
||||
} else {
|
||||
code.push(" return code;");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user