From a1509a4467f2bbab28903cf509c190270503fedd Mon Sep 17 00:00:00 2001 From: rachel-fenichel Date: Thu, 14 Apr 2016 12:50:10 -0700 Subject: [PATCH] toolbox -> flyout --- core/flyout.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/flyout.js b/core/flyout.js index c59998812..ab03f46c8 100644 --- a/core/flyout.js +++ b/core/flyout.js @@ -313,7 +313,7 @@ Blockly.Flyout.prototype.setMetrics_ = function(xyRatio) { }; /** - * Move the toolbox to the edge of the workspace. + * Move the flyout to the edge of the workspace. */ Blockly.Flyout.prototype.position = function() { if (!this.isVisible()) { @@ -367,10 +367,10 @@ Blockly.Flyout.prototype.position = function() { }; /** - * Create and set the path for the visible boundaries of the toolbox. - * @param {number} width The width of the toolbox, not including the + * Create and set the path for the visible boundaries of the flyout. + * @param {number} width The width of the flyout, not including the * rounded corners. - * @param {number} height The height of the toolbox, not including + * @param {number} height The height of the flyout, not including * rounded corners. * @private */ @@ -383,11 +383,11 @@ Blockly.Flyout.prototype.setBackgroundPath_ = function(width, height) { }; /** - * Create and set the path for the visible boundaries of the toolbox in vertical + * Create and set the path for the visible boundaries of the flyout in vertical * mode. - * @param {number} width The width of the toolbox, not including the + * @param {number} width The width of the flyout, not including the * rounded corners. - * @param {number} height The height of the toolbox, not including + * @param {number} height The height of the flyout, not including * rounded corners. * @private */ @@ -416,11 +416,11 @@ Blockly.Flyout.prototype.setBackgroundPathVertical_ = function(width, height) { }; /** - * Create and set the path for the visible boundaries of the toolbox in + * Create and set the path for the visible boundaries of the flyout in * horizontal mode. - * @param {number} width The width of the toolbox, not including the + * @param {number} width The width of the flyout, not including the * rounded corners. - * @param {number} height The height of the toolbox, not including + * @param {number} height The height of the flyout, not including * rounded corners. * @private */