diff --git a/core/flyout_vertical.js b/core/flyout_vertical.js index 9768d7549..78130057d 100644 --- a/core/flyout_vertical.js +++ b/core/flyout_vertical.js @@ -160,8 +160,6 @@ Blockly.VerticalFlyout.prototype.position = function() { this.leftEdge_ = x; } this.positionAt_(this.width_, this.height_, x, y); - - }; /**