diff --git a/core/flyout_button.js b/core/flyout_button.js index a766d54fc..d97c24e4c 100644 --- a/core/flyout_button.js +++ b/core/flyout_button.js @@ -206,6 +206,7 @@ Blockly.FlyoutButton.prototype.moveTo = function(x, y) { /** * Location of the button. * @return {!goog.math.Coordinate} x, y coordinates. + * @package */ Blockly.FlyoutButton.prototype.getPosition = function() { return this.position_;