From 137905df6906c3898aac31f7b7060010619f910b Mon Sep 17 00:00:00 2001 From: Allison Lamm Date: Wed, 2 Dec 2015 11:09:50 -0600 Subject: [PATCH] fixing JSDoc format --- core/workspace_svg.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/workspace_svg.js b/core/workspace_svg.js index a9fd75d3b..04f7422b5 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -150,16 +150,16 @@ Blockly.WorkspaceSvg.prototype.scrollbar = null; * @return {!Element} The workspace's SVG group. */ Blockly.WorkspaceSvg.prototype.createDom = function(opt_backgroundClass) { - /* - - - [Trashcan and/or flyout may go here] - - - [Scrollbars may go here] - - @type {SVGElement} - */ + /** + * + * + * [Trashcan and/or flyout may go here] + * + * + * [Scrollbars may go here] + * + * @type {SVGElement} + */ this.svgGroup_ = Blockly.createSvgElement('g', {'class': 'blocklyWorkspace'}, null); if (opt_backgroundClass) {