mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +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:
@@ -28,8 +28,6 @@ import type {FlyoutButton} from './flyout_button.js';
|
||||
* variable blocks.
|
||||
* See also Blockly.Variables.CATEGORY_NAME and
|
||||
* Blockly.Procedures.CATEGORY_NAME.
|
||||
*
|
||||
* @alias Blockly.VariablesDynamic.CATEGORY_NAME
|
||||
*/
|
||||
export const CATEGORY_NAME = 'VARIABLE_DYNAMIC';
|
||||
|
||||
@@ -75,7 +73,6 @@ export const onCreateVariableButtonClick_Colour = colourButtonClickHandler;
|
||||
*
|
||||
* @param workspace The workspace containing variables.
|
||||
* @returns Array of XML elements.
|
||||
* @alias Blockly.VariablesDynamic.flyoutCategory
|
||||
*/
|
||||
export function flyoutCategory(workspace: WorkspaceSvg): Element[] {
|
||||
let xmlList = new Array<Element>();
|
||||
@@ -109,7 +106,6 @@ export function flyoutCategory(workspace: WorkspaceSvg): Element[] {
|
||||
*
|
||||
* @param workspace The workspace containing variables.
|
||||
* @returns Array of XML block elements.
|
||||
* @alias Blockly.VariablesDynamic.flyoutCategoryBlocks
|
||||
*/
|
||||
export function flyoutCategoryBlocks(workspace: Workspace): Element[] {
|
||||
const variableModelList = workspace.getAllVariables();
|
||||
|
||||
Reference in New Issue
Block a user