From 90b627982c2adfe2829aa8410678ae255c1fc5d1 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Wed, 28 Nov 2018 12:34:49 -0500 Subject: [PATCH] fix todo --- src/engine/blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/blocks.js b/src/engine/blocks.js index aaa52bf6e..8b8575b94 100644 --- a/src/engine/blocks.js +++ b/src/engine/blocks.js @@ -569,7 +569,7 @@ class Blocks { } // The selected item in the sensing of block menu needs to change based on the // selected target. Set it to the first item in the menu list. - // TODO: https://github.com/LLK/scratch-vm/issues/1787 + // TODO: (#1787) if (block.opcode === 'sensing_of_object_menu') { if (block.fields.OBJECT.value === '_stage_') { this._blocks[block.parent].fields.PROPERTY.value = 'backdrop #';