mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Migrate core/renderers/zelos/measurables/inputs.js to ES6 const/let
This commit is contained in:
@@ -36,7 +36,7 @@ Blockly.zelos.StatementInput = function(constants, input) {
|
||||
|
||||
if (this.connectedBlock) {
|
||||
// Find the bottom-most connected block in the stack.
|
||||
var block = this.connectedBlock;
|
||||
let block = this.connectedBlock;
|
||||
while (block.getNextBlock()) {
|
||||
block = block.getNextBlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user