From e5ec72625361c166e5da193649645307f2494265 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 3 Oct 2019 14:41:15 -0700 Subject: [PATCH] Fix type, caught by typings --- core/zoom_controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/zoom_controls.js b/core/zoom_controls.js index 3f741875d..0683b1535 100644 --- a/core/zoom_controls.js +++ b/core/zoom_controls.js @@ -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) {