mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Fix remaining trivial missing requireTypes
This commit is contained in:
@@ -15,6 +15,8 @@ goog.provide('Blockly.MarkerManager');
|
||||
goog.require('Blockly.Cursor');
|
||||
goog.require('Blockly.Marker');
|
||||
|
||||
goog.requireType('Blockly.WorkspaceSvg');
|
||||
|
||||
|
||||
/**
|
||||
* Class to manage the multiple markers and the cursor on a workspace.
|
||||
|
||||
Reference in New Issue
Block a user