mirror of
https://github.com/google/blockly.git
synced 2026-03-14 09:10:09 +01:00
Remove orphaned regexp.
This commit is contained in:
@@ -82,12 +82,6 @@ Blockly.FieldColour.DEFAULT_WIDTH = 16;
|
||||
*/
|
||||
Blockly.FieldColour.DEFAULT_HEIGHT = 12;
|
||||
|
||||
/**
|
||||
* Regex that defines the form of a colour string.
|
||||
* @type {RegExp}
|
||||
*/
|
||||
Blockly.FieldColour.COLOUR_REGEX = new RegExp('#[0-9a-fA-F]{6}');
|
||||
|
||||
/**
|
||||
* Serializable fields are saved by the XML renderer, non-serializable fields
|
||||
* are not. Editable fields should also be serializable.
|
||||
|
||||
Reference in New Issue
Block a user