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) {