From 66fde72ab6897159a489af5db1bccda831176334 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 27 Apr 2018 13:25:06 -0700 Subject: [PATCH] Change comment on function --- core/field_variable.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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;