Remove commented out code

This commit is contained in:
Rachel Fenichel
2019-08-13 14:32:03 -07:00
parent 4f487c65f0
commit f449c8bb3c

View File

@@ -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.