mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Lua generator tests pass with new variables
This commit is contained in:
@@ -109,6 +109,7 @@ Blockly.Lua.init = function(workspace) {
|
||||
} else {
|
||||
Blockly.Lua.variableDB_.reset();
|
||||
}
|
||||
Blockly.Lua.variableDB_.setVariableMap(workspace.getVariableMap());
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user