Merge pull request #711 from rachel-fenichel/bugfix/string_types

Fix annotation
This commit is contained in:
Rachel Fenichel
2016-10-21 17:37:21 -07:00
committed by GitHub

View File

@@ -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.
*/