diff --git a/core/input.js b/core/input.js index 8ca265586..5b3a46fa5 100644 --- a/core/input.js +++ b/core/input.js @@ -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(); } };