Fix jsdoc in core/utils/useragent.js

This commit is contained in:
kozbial
2021-09-20 16:08:37 -07:00
committed by Monica Kozbial
parent e7955084ae
commit bbf26e5e6b

View File

@@ -22,8 +22,8 @@ const {globalThis} = goog.require('Blockly.utils.global');
/**
* @type {string}
* The raw useragent string.
* @type {string}
*/
let rawUserAgent;