Skip to content

Commit

Permalink
demo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Nov 14, 2022
1 parent c43b0cd commit aeb317b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/index.html
Expand Up @@ -19,6 +19,7 @@ <h2>Pls upload classfile</h2>
*:before,
*:after {
box-sizing: border-box;
font-family: monospace;
}
td {
border: 1px solid black;
Expand Down
Expand Up @@ -176,7 +176,7 @@ object DemoMain {

output.appendChild(
div(
h2("Class " + decoded.thisClass),
p("Class ", b(decoded.thisClass)),
p("Attributes:"),
renderAttributes(decoded.attributes),
p("Methods:"),
Expand Down

0 comments on commit aeb317b

Please sign in to comment.