mirror of
https://github.com/google/blockly.git
synced 2026-03-10 07:10:11 +01:00
Consistent speling.
This commit is contained in:
@@ -986,10 +986,9 @@ Blockly.BlockSvg.prototype.setBorderColour_ = function(rgb, colourTertiary) {
|
||||
* Sets the colour of shadow blocks.
|
||||
* @param {!string} rgb Primary colour of the block.
|
||||
* @param {?string} colourSecondary Colour for shadow block.
|
||||
* @return {!string} hexColour The background color of the block.
|
||||
* @return {!string} hexColour The background colour of the block.
|
||||
*/
|
||||
Blockly.BlockSvg.prototype.setShadowColour_ = function(
|
||||
rgb, colourSecondary) {
|
||||
Blockly.BlockSvg.prototype.setShadowColour_ = function(rgb, colourSecondary) {
|
||||
var hexColour;
|
||||
if (colourSecondary) {
|
||||
this.svgPathLight_.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user