mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
fix whitespace
This commit is contained in:
@@ -35,12 +35,10 @@ const dom = goog.require('Blockly.utils.dom');
|
||||
const math = goog.require('Blockly.utils.math');
|
||||
const userAgent = goog.require('Blockly.utils.userAgent');
|
||||
const utils = goog.require('Blockly.utils');
|
||||
|
||||
/** @suppress {extraRequire} */
|
||||
goog.require('Blockly.Workspace');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Class for UI bubble.
|
||||
* @param {!WorkspaceSvg} workspace The workspace on which to draw the
|
||||
|
||||
Reference in New Issue
Block a user