mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Normalize comments
This commit is contained in:
@@ -59,7 +59,7 @@ Blockly.VariableModel = function(workspace, name, opt_type, opt_id) {
|
||||
this.type = opt_type || '';
|
||||
|
||||
/**
|
||||
* A unique id for the variable. This should be defined at creation and
|
||||
* A unique ID for the variable. This should be defined at creation and
|
||||
* not change, even if the name changes. In most cases this should be a
|
||||
* UUID.
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user