Skip to content

Commit 0bdf760

Browse files
committed
minor
1 parent 479b140 commit 0bdf760

File tree

1 file changed

+1
-6
lines changed
  • services/static-webserver/client/source/class/osparc/ui/markdown

1 file changed

+1
-6
lines changed

services/static-webserver/client/source/class/osparc/ui/markdown/Markdown2.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@
1313

1414
/* global marked */
1515

16-
/**
17-
* This class is just a special kind of rich label that takes markdown raw text, compiles it to HTML,
18-
* sanitizes it and applies it to its value property.
19-
*/
2016
qx.Class.define("osparc.ui.markdown.Markdown2", {
2117
extend: qx.ui.embed.Html,
2218

2319
/**
24-
* Markdown constructor. It directly accepts markdown as its first argument.
25-
* @param {String} markdown Plain text accepting markdown syntax. Its compiled version will be set in the value property of the label.
20+
* @param {String} markdown Plain text accepting markdown syntax
2621
*/
2722
construct: function(markdown) {
2823
this.base(arguments);

0 commit comments

Comments
 (0)