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:
@@ -22,13 +22,10 @@ import {Marker} from './marker.js';
|
||||
/**
|
||||
* Class for a cursor.
|
||||
* A cursor controls how a user navigates the Blockly AST.
|
||||
*
|
||||
* @alias Blockly.Cursor
|
||||
*/
|
||||
export class Cursor extends Marker {
|
||||
override type = 'cursor';
|
||||
|
||||
/** @alias Blockly.Cursor */
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user