mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix #1788
This commit is contained in:
@@ -459,7 +459,7 @@ Blockly.Variables.generateVariableFieldXmlString = function(variableModel) {
|
||||
* @param {!Blockly.VariableModel} variableModel The variable model to
|
||||
* represent.
|
||||
* @return {Element} The generated DOM.
|
||||
* @package
|
||||
* @public
|
||||
*/
|
||||
Blockly.Variables.generateVariableFieldDom = function(variableModel) {
|
||||
var xmlFieldString =
|
||||
|
||||
Reference in New Issue
Block a user