mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fix type, caught by typings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user