Fix type, caught by typings

This commit is contained in:
Sam El-Husseini
2019-10-03 14:41:15 -07:00
parent fba98fca5b
commit e5ec726253

View File

@@ -31,7 +31,7 @@ goog.require('Blockly.utils.dom');
/**
* Class for a zoom controls.
* @param {!Blockly.WorkspaceSVG} workspace The workspace to sit in.
* @param {!Blockly.WorkspaceSvg} workspace The workspace to sit in.
* @constructor
*/
Blockly.ZoomControls = function(workspace) {