mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix inconsistent behaviour
This commit is contained in:
@@ -222,7 +222,7 @@ Blockly.Input.prototype.init = function() {
|
||||
return; // Headless blocks don't need fields initialized.
|
||||
}
|
||||
for (var x = 0; x < this.fieldRow.length; x++) {
|
||||
this.fieldRow[x].init(this.sourceBlock_);
|
||||
this.fieldRow[x].init();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user