Update jsdoc (#4714)

This commit is contained in:
Monica Kozbial
2021-03-18 15:52:04 -07:00
committed by GitHub
parent 7eb94bf5be
commit 7fdf579985

View File

@@ -283,7 +283,7 @@ Blockly.MetricsManager.prototype.hasFixedEdges = function() {
* @param {!Blockly.MetricsManager.ContainerRegion=} opt_viewMetrics The view
* metrics if they have been previously computed. Passing in null may cause
* the view metrics to be computed again, if it is needed.
* @return {Blockly.MetricsManager.FixedEdges} The fixed edges of the scroll
* @return {!Blockly.MetricsManager.FixedEdges} The fixed edges of the scroll
* area.
* @protected
*/