diff --git a/core/blockly.js b/core/blockly.js index 3a91a175d..7c019e9ff 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -207,7 +207,7 @@ Blockly.clipboardXml_ = null; /** * Source of the local clipboard. - * @type {Blockly.Workspace} + * @type {Blockly.WorkspaceSvg} * @private */ Blockly.clipboardSource_ = null; diff --git a/core/trashcan.js b/core/trashcan.js index 1f8f72447..ef491a016 100644 --- a/core/trashcan.js +++ b/core/trashcan.js @@ -53,14 +53,14 @@ Blockly.Trashcan.prototype.WIDTH_ = 47; * @type {number} * @private */ -Blockly.Trashcan.prototype.BODY_HEIGHT_ = 45; +Blockly.Trashcan.prototype.BODY_HEIGHT_ = 44; /** * Height of the lid image. * @type {number} * @private */ -Blockly.Trashcan.prototype.LID_HEIGHT_ = 15; +Blockly.Trashcan.prototype.LID_HEIGHT_ = 16; /** * Distance between trashcan and bottom edge of workspace.