mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
clang-format core/renderers/zelos/measurables/inputs.js
This commit is contained in:
@@ -33,8 +33,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) {
|
||||
// Find the bottom-most connected block in the stack.
|
||||
@@ -48,7 +47,6 @@ const StatementInput = function(constants, input) {
|
||||
}
|
||||
}
|
||||
};
|
||||
object.inherits(StatementInput,
|
||||
BaseStatementInput);
|
||||
object.inherits(StatementInput, BaseStatementInput);
|
||||
|
||||
exports = StatementInput;
|
||||
|
||||
Reference in New Issue
Block a user