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

@@ -622,7 +622,7 @@ Blockly.Constants.Text.QUOTE_IMAGE_MIXIN = {
* closing double quote. The selected quote will be adapted for RTL blocks.
* @param {boolean} open If the image should be open quote (“ in LTR).
* Otherwise, a closing quote is used (” in LTR).
* @returns {!Blockly.FieldImage} The new field.
* @return {!Blockly.FieldImage} The new field.
* @this Blockly.Block
*/
newQuote_: function(open) {