mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fix jsdoc in core/serialization/variables.js
This commit is contained in:
@@ -26,7 +26,7 @@ const serializationRegistry = goog.require('Blockly.serialization.registry');
|
||||
* @typedef {{
|
||||
* name: string,
|
||||
* id: string,
|
||||
* type: (string|undefined),
|
||||
* type: (string|undefined)
|
||||
* }}
|
||||
*/
|
||||
var State;
|
||||
|
||||
Reference in New Issue
Block a user