mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Add @package
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user