diff --git a/core/field_variable.js b/core/field_variable.js index cd6d6ddc5..c036a0b83 100644 --- a/core/field_variable.js +++ b/core/field_variable.js @@ -354,11 +354,10 @@ Blockly.FieldVariable.prototype.onItemSelected = function(menu, menuItem) { }; /** - * Whether this field references any Blockly variables. If true it may need to - * be handled differently during serialization and deserialization. Subclasses - * may override this. - * @return {boolean} True if this field has any variable references. + * Overrides referencesVariables(), indicating this field refers to a variable. + * @return {boolean} True. * @package + * @override */ Blockly.FieldVariable.prototype.referencesVariables = function() { return true;