Fix jsdoc in core/serialization/variables.js

This commit is contained in:
kozbial
2021-09-20 16:10:02 -07:00
committed by Monica Kozbial
parent bbf26e5e6b
commit 7454d2f2c9

View File

@@ -26,7 +26,7 @@ const serializationRegistry = goog.require('Blockly.serialization.registry');
* @typedef {{
* name: string,
* id: string,
* type: (string|undefined),
* type: (string|undefined)
* }}
*/
var State;