We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getClass()
FieldColour
1 parent a060be7 commit 144b6d0Copy full SHA for 144b6d0
1 file changed
plugins/field-colour/src/field_colour.ts
@@ -728,15 +728,6 @@ export class FieldColour extends Blockly.Field<string> {
728
// the static fromJson method.
729
return new this(options.colour, undefined, options);
730
}
731
-
732
- /**
733
- * Returns the class of this field.
734
- *
735
- * @returns FieldColour.
736
- */
737
- getClass() {
738
- return FieldColour;
739
- }
740
741
742
/** The default value for this field. */
0 commit comments