mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
chore: Run clang-format on core/*.js (#5589)
* Run clang-format on core/*.js * Revert changes for css formatting
This commit is contained in:
@@ -459,7 +459,7 @@ exports.setParentContainer = common.setParentContainer;
|
||||
* @deprecated Use Blockly.utils.colour.hueToHex (September 2021).
|
||||
* @alias Blockly.hueToHex
|
||||
*/
|
||||
exports.hueToHex = colour.hueToHex;
|
||||
exports.hueToHex = colour.hueToHex;
|
||||
|
||||
/**
|
||||
* @see browserEvents.bind
|
||||
@@ -500,7 +500,7 @@ exports.ALIGN_RIGHT = constants.ALIGN.RIGHT;
|
||||
/**
|
||||
* @see common.svgResize
|
||||
*/
|
||||
exports.svgResize = common.svgResize;
|
||||
exports.svgResize = common.svgResize;
|
||||
|
||||
/**
|
||||
* Aliases for constants used for connection and input types.
|
||||
|
||||
Reference in New Issue
Block a user