working on xexps
This commit is contained in:
parent
29671b68f1
commit
9dab7ba329
|
@ -33,12 +33,11 @@
|
||||||
[else
|
[else
|
||||||
(view-append-child (view-focus view "#items")
|
(view-append-child (view-focus view "#items")
|
||||||
;; FIXME: I want this to add a DOM to this.
|
;; FIXME: I want this to add a DOM to this.
|
||||||
`(li (@ (id ,(item-id item)))
|
(xexp->dom `(li (@ (id ,(item-id item)))
|
||||||
(item-content item)))]))
|
,(item-content item))))]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define the-view
|
(define the-view
|
||||||
(view-bind (view-focus (->view index.html) "#add-button")
|
(view-bind (view-focus (->view index.html) "#add-button")
|
||||||
"click"
|
"click"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user