mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Add missing require Blockly.constants (#4366)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
goog.provide('Blockly.ContextMenuItems');
|
||||
|
||||
goog.require('Blockly.constants');
|
||||
|
||||
goog.requireType('Blockly.BlockSvg');
|
||||
|
||||
/** Option to undo previous action. */
|
||||
|
||||
Reference in New Issue
Block a user