From d102cbfab493fbaa74f5092d5c48a6d6753cafa3 Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Wed, 30 Jun 2021 16:45:02 -0700 Subject: [PATCH] Fix Jsdoc by removing trailing comma (#4974) --- core/workspace_svg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/workspace_svg.js b/core/workspace_svg.js index 95618dbef..403179813 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -238,7 +238,7 @@ Blockly.WorkspaceSvg = function( * @type {!Array< * { * component: !Blockly.IDragTarget, - * clientRect: !Blockly.utils.Rect, + * clientRect: !Blockly.utils.Rect * }>} * @private */