Final fixes

This commit is contained in:
alschmiedt
2019-01-10 12:04:47 -08:00
parent 9bfb30bcf2
commit af35702f3e

View File

@@ -253,13 +253,6 @@ Blockly.Block.prototype.secondaryColour_ = null;
*/
Blockly.Block.prototype.tertiaryColour_ = null;
/**
* Style of the block.
* @type {?Object} Map from style attribute name (string) to style value (string)
* @private
*/
Blockly.Block.prototype.style_ = null;
/**
* Name of the block style.
* @type {?string}