mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
chore: remove alias comments (#6816)
* chore: remove alias comments * chore: format * chore: remove extra newlines * chore: fix bad replaces
This commit is contained in:
@@ -35,7 +35,6 @@ import type {WorkspaceSvg} from './workspace_svg.js';
|
||||
* in workspace coordinates.
|
||||
* @param object The object to bump.
|
||||
* @returns True if block was bumped.
|
||||
* @alias Blockly.bumpObjects.bumpIntoBounds
|
||||
*/
|
||||
function bumpObjectIntoBounds(
|
||||
workspace: WorkspaceSvg, scrollMetrics: ContainerRegion,
|
||||
@@ -87,7 +86,6 @@ export const bumpIntoBounds = bumpObjectIntoBounds;
|
||||
*
|
||||
* @param workspace The workspace to handle.
|
||||
* @returns The event handler.
|
||||
* @alias Blockly.bumpObjects.bumpIntoBoundsHandler
|
||||
*/
|
||||
export function bumpIntoBoundsHandler(workspace: WorkspaceSvg):
|
||||
(p1: Abstract) => void {
|
||||
@@ -167,7 +165,6 @@ function extractObjectFromEvent(
|
||||
* Bumps the top objects in the given workspace into bounds.
|
||||
*
|
||||
* @param workspace The workspace.
|
||||
* @alias Blockly.bumpObjects.bumpTopObjectsIntoBounds
|
||||
*/
|
||||
export function bumpTopObjectsIntoBounds(workspace: WorkspaceSvg) {
|
||||
const metricsManager = workspace.getMetricsManager();
|
||||
|
||||
Reference in New Issue
Block a user