Lua generator tests pass with new variables

This commit is contained in:
Rachel Fenichel
2017-12-20 15:23:05 -08:00
parent 3d0567fe46
commit fced496d28
2 changed files with 4 additions and 3 deletions

View File

@@ -109,6 +109,7 @@ Blockly.Lua.init = function(workspace) {
} else {
Blockly.Lua.variableDB_.reset();
}
Blockly.Lua.variableDB_.setVariableMap(workspace.getVariableMap());
};
/**