mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +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:
@@ -24,7 +24,6 @@ import type {Workspace} from './workspace.js';
|
||||
* Holds information for the variable including name, ID, and type.
|
||||
*
|
||||
* @see {Blockly.FieldVariable}
|
||||
* @alias Blockly.VariableModel
|
||||
*/
|
||||
export class VariableModel {
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user