mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
clang-format core/renderers/geras/measurables/input.js
This commit is contained in:
@@ -34,8 +34,7 @@ const object = goog.require('Blockly.utils.object');
|
||||
* @extends {BaseInlineInput}
|
||||
*/
|
||||
const InlineInput = function(constants, input) {
|
||||
InlineInput.superClass_.constructor.call(
|
||||
this, constants, input);
|
||||
InlineInput.superClass_.constructor.call(this, constants, input);
|
||||
|
||||
if (this.connectedBlock) {
|
||||
// We allow the dark path to show on the parent block so that the child
|
||||
|
||||
@@ -34,8 +34,7 @@ const object = goog.require('Blockly.utils.object');
|
||||
* @extends {BaseStatementInput}
|
||||
*/
|
||||
const StatementInput = function(constants, input) {
|
||||
StatementInput.superClass_.constructor.call(
|
||||
this, constants, input);
|
||||
StatementInput.superClass_.constructor.call(this, constants, input);
|
||||
|
||||
if (this.connectedBlock) {
|
||||
// We allow the dark path to show on the parent block so that the child
|
||||
|
||||
Reference in New Issue
Block a user