Skip to content

Commit 144b6d0

Browse files
committed
Revert "fix: Add getClass() to FieldColour. (#2506)"
This reverts commit f5a577b.
1 parent a060be7 commit 144b6d0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

plugins/field-colour/src/field_colour.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -728,15 +728,6 @@ export class FieldColour extends Blockly.Field<string> {
728728
// the static fromJson method.
729729
return new this(options.colour, undefined, options);
730730
}
731-
732-
/**
733-
* Returns the class of this field.
734-
*
735-
* @returns FieldColour.
736-
*/
737-
getClass() {
738-
return FieldColour;
739-
}
740731
}
741732

742733
/** The default value for this field. */

0 commit comments

Comments
 (0)