Add @package

This commit is contained in:
Neil Fraser
2017-11-07 14:23:02 -08:00
committed by Neil Fraser
parent 3bf0418460
commit 8a398ab334

View File

@@ -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_;