Remove ifelse block and messages'

This commit is contained in:
Rachel Fenichel
2016-11-11 17:21:29 -08:00
parent 845e00c72c
commit 82261e3d68
80 changed files with 7 additions and 135 deletions

View File

@@ -50,8 +50,6 @@ Blockly.Lua['controls_if'] = function(block) {
return code + 'end\n';
};
Blockly.Lua['controls_ifelse'] = Blockly.Lua['controls_if'];
Blockly.Lua['logic_compare'] = function(block) {
// Comparison operator.
var OPERATORS = {