Fix remaining trivial missing requireTypes

This commit is contained in:
Rachel Fenichel
2021-02-19 13:17:14 -08:00
parent 5da6bb05ba
commit 2360a12493
9 changed files with 23 additions and 0 deletions

View File

@@ -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.