Fix Jsdoc by removing trailing comma (#4974)

This commit is contained in:
Maribeth Bottorff
2021-06-30 16:45:02 -07:00
committed by GitHub
parent 344ebcfd02
commit d102cbfab4

View File

@@ -238,7 +238,7 @@ Blockly.WorkspaceSvg = function(
* @type {!Array<
* {
* component: !Blockly.IDragTarget,
* clientRect: !Blockly.utils.Rect,
* clientRect: !Blockly.utils.Rect
* }>}
* @private
*/