mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Remove colourSecondary/tertiary from block.
This commit is contained in:
@@ -256,22 +256,6 @@ Blockly.Block.prototype.hue_ = null;
|
||||
*/
|
||||
Blockly.Block.prototype.colour_ = '#000000';
|
||||
|
||||
/**
|
||||
* Secondary colour of the block.
|
||||
* Colour of shadow blocks.
|
||||
* @type {?string}
|
||||
* @private
|
||||
*/
|
||||
Blockly.Block.prototype.colourSecondary_ = null;
|
||||
|
||||
/**
|
||||
* Tertiary colour of the block.
|
||||
* Colour of the block's border.
|
||||
* @type {?string}
|
||||
* @private
|
||||
*/
|
||||
Blockly.Block.prototype.colourTertiary_ = null;
|
||||
|
||||
/**
|
||||
* Name of the block style.
|
||||
* @type {?string}
|
||||
|
||||
Reference in New Issue
Block a user