From bbf26e5e6b0f80fd69d488f725effb1947c09ffa Mon Sep 17 00:00:00 2001 From: kozbial Date: Mon, 20 Sep 2021 16:08:37 -0700 Subject: [PATCH] Fix jsdoc in core/utils/useragent.js --- core/utils/useragent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/useragent.js b/core/utils/useragent.js index 245a23c27..ab7cf1480 100644 --- a/core/utils/useragent.js +++ b/core/utils/useragent.js @@ -22,8 +22,8 @@ const {globalThis} = goog.require('Blockly.utils.global'); /** - * @type {string} * The raw useragent string. + * @type {string} */ let rawUserAgent;