Fix excess newlines

This commit is contained in:
Rachel Fenichel
2018-04-11 17:08:18 -07:00
parent 40e74d4d65
commit 6606c7c6fc

View File

@@ -160,8 +160,6 @@ Blockly.VerticalFlyout.prototype.position = function() {
this.leftEdge_ = x;
}
this.positionAt_(this.width_, this.height_, x, y);
};
/**