mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix Jsdoc by removing trailing comma (#4974)
This commit is contained in:
committed by
GitHub
parent
344ebcfd02
commit
d102cbfab4
@@ -238,7 +238,7 @@ Blockly.WorkspaceSvg = function(
|
||||
* @type {!Array<
|
||||
* {
|
||||
* component: !Blockly.IDragTarget,
|
||||
* clientRect: !Blockly.utils.Rect,
|
||||
* clientRect: !Blockly.utils.Rect
|
||||
* }>}
|
||||
* @private
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user