mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Remove ifelse block and messages'
This commit is contained in:
@@ -51,8 +51,6 @@ Blockly.Python['controls_if'] = function(block) {
|
||||
return code;
|
||||
};
|
||||
|
||||
Blockly.Python['controls_ifelse'] = Blockly.Python['controls_if'];
|
||||
|
||||
Blockly.Python['logic_compare'] = function(block) {
|
||||
// Comparison operator.
|
||||
var OPERATORS = {
|
||||
|
||||
Reference in New Issue
Block a user