From a3642baf5c18efe25d3fb641c6590cfe488cbaf9 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 20 Aug 2019 12:52:28 -0700 Subject: [PATCH] Updated TODOs with issue numbers. --- core/field.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/field.js b/core/field.js index 433586728..e4336819b 100644 --- a/core/field.js +++ b/core/field.js @@ -65,7 +65,8 @@ Blockly.Field = function(value, opt_validator, opt_config) { } tooltip && this.setTooltip(tooltip); - // TODO: Possibly eventually add configurations like cursor and css class. + // TODO (#2884): Possibly add CSS class config option. + // TODO (#2885): Possibly add cursor config option. } this.setValue(value);