mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Fix annotation
This commit is contained in:
@@ -75,7 +75,7 @@ Blockly.Workspace = function(opt_options) {
|
||||
*/
|
||||
this.blockDB_ = Object.create(null);
|
||||
/*
|
||||
* @type {!Array.<!string>}
|
||||
* @type {!Array.<string>}
|
||||
* A list of all of the named variables in the workspace, including variables
|
||||
* that are not currently in use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user