Formatting
This commit is contained in:
parent
626c486bc5
commit
6fe3824bda
1 changed files with 12 additions and 11 deletions
|
@ -112,7 +112,8 @@
|
||||||
(define square (~ (* (! counter) (! counter))))
|
(define square (~ (* (! counter) (! counter))))
|
||||||
|
|
||||||
(define root-ref
|
(define root-ref
|
||||||
(sxml->dom-ref `(div (@ (class "foo"))
|
(sxml->dom-ref
|
||||||
|
`(div (@ (class "foo"))
|
||||||
(p "this is a test")
|
(p "this is a test")
|
||||||
(button (@ (id "button")
|
(button (@ (id "button")
|
||||||
(type "button")
|
(type "button")
|
||||||
|
|
Loading…
Reference in a new issue