From 8a398ab334b5feb9ccfae6545969e1de6aafe206 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Tue, 7 Nov 2017 14:23:02 -0800 Subject: [PATCH] Add @package --- core/flyout_button.js | 1 + 1 file changed, 1 insertion(+) 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_;