From 9b1deb8711fd0d4f226f0ccc8ab4ff46aea13fd6 Mon Sep 17 00:00:00 2001 From: kozbial Date: Thu, 29 Jul 2021 16:53:35 -0700 Subject: [PATCH] Remove unecessary private annotations --- core/workspace_comment_svg.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/workspace_comment_svg.js b/core/workspace_comment_svg.js index 5b54be75d..77e8c713d 100644 --- a/core/workspace_comment_svg.js +++ b/core/workspace_comment_svg.js @@ -50,7 +50,6 @@ goog.require('Blockly.Events.Selected'); * Size of the resize icon. * @type {number} * @const - * @private */ const RESIZE_SIZE = 8; @@ -58,7 +57,6 @@ const RESIZE_SIZE = 8; * Radius of the border around the comment. * @type {number} * @const - * @private */ const BORDER_RADIUS = 3; @@ -66,7 +64,6 @@ const BORDER_RADIUS = 3; * Offset from the foreignobject edge to the textarea edge. * @type {number} * @const - * @private */ const TEXTAREA_OFFSET = 2;