From f449c8bb3c9de1ab14d5370445fd26fc632ae2e2 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 13 Aug 2019 14:32:03 -0700 Subject: [PATCH] Remove commented out code --- .../block_rendering_rewrite/block_rendering_constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/renderers/block_rendering_rewrite/block_rendering_constants.js b/core/renderers/block_rendering_rewrite/block_rendering_constants.js index c40c1c1bc..f4ae269b2 100644 --- a/core/renderers/block_rendering_rewrite/block_rendering_constants.js +++ b/core/renderers/block_rendering_rewrite/block_rendering_constants.js @@ -236,8 +236,8 @@ Blockly.blockRendering.constants.PUZZLE_TAB = (function() { })(); Blockly.blockRendering.constants.TRIANGLE = (function() { - var width = 20; // Blockly.blockRendering.constants.TAB_WIDTH; - var height = 20; //Blockly.blockRendering.constants.TAB_HEIGHT; + var width = 20; + var height = 20; // The 'up' and 'down' versions of the paths are the same, but the Y sign // flips. Forward and back are the signs to use to move the cursor in the // direction that the path is being drawn.