From f4dc6264397d46093d0fc0d9fdb0150dbf4b7249 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 23 Aug 2019 17:05:36 -0700 Subject: [PATCH] lint --- core/renderers/zelos/constants.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/renderers/zelos/constants.js b/core/renderers/zelos/constants.js index b0264901a..c2abd880a 100644 --- a/core/renderers/zelos/constants.js +++ b/core/renderers/zelos/constants.js @@ -20,7 +20,7 @@ /** * @fileoverview An object that provides constants for rendering blocks in Zelos - * mode + * mode. * @author fenichel@google.com (Rachel Fenichel) */ 'use strict'; @@ -52,10 +52,15 @@ Blockly.zelos.ConstantProvider.prototype.makePuzzleTab = function() { return this.makeTriangle(); }; +/** + * @return {!Object} An object containing sizing and path information about + * a triangle shape for connections. + * @package + */ Blockly.zelos.ConstantProvider.prototype.makeTriangle = function() { var width = 20; var height = 20; - // The 'up' and 'down' versions of the paths are the same, but the Y sign + // 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. function makeMainPath(up) {