Removing require for Blockly.FlyoutButton

Should have been in the previous PR, since that’s the point.

Also, a recompile given all the recent dependency changes.
This commit is contained in:
Neil Fraser
2019-09-24 11:55:20 -07:00
committed by Neil Fraser
parent 6e76b6f49e
commit 76af463ec4
25 changed files with 354 additions and 359 deletions

View File

@@ -160,7 +160,7 @@ Blockly.VariableMap.prototype.renameVariableWithConflict_ = function(variable,
};
/* End functions for renaming variabless. */
/* End functions for renaming variables. */
/**
* Create a variable with a given name, optional type, and optional ID.