Fix @return JSDocs.

This commit is contained in:
Neil Fraser
2019-03-28 16:19:20 -07:00
committed by Neil Fraser
parent 68e134b073
commit e9de083361
35 changed files with 67 additions and 66 deletions

View File

@@ -272,7 +272,7 @@ Blockly.BlockDragger.prototype.fireMoveEvent_ = function() {
/**
* Shut the trash can and, if necessary, delete the dragging block.
* Should be called at the end of a block drag.
* @return {boolean} whether the block was deleted.
* @return {boolean} Whether the block was deleted.
* @private
*/
Blockly.BlockDragger.prototype.maybeDeleteBlock_ = function() {