From 5634ff5de0134f8b9734dc734a30d8a626143c5f Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 30 Oct 2019 16:07:41 -0700 Subject: [PATCH] Remove extra annotation --- core/block_svg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/block_svg.js b/core/block_svg.js index fe2b0b705..2a2a83c9c 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -66,7 +66,6 @@ Blockly.BlockSvg = function(workspace, prototypeName, opt_id) { /** * A block style object. * @type {!Blockly.Theme.BlockStyle} - * @public */ this.style = workspace.getTheme().getBlockStyle(null);