Skip to content

Commit

Permalink
remove old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Apr 28, 2010
1 parent 1b660e7 commit 281bd81
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
- compilation of templates
- "pretty" syntax: (remove javascript cruft)

ul foo:'bar' {
li {
p {
"hi"
}
}
}

=>

ul({foo:'bar'}, function() {
li({}) {
p({}, function() {
"hi"
})
}
})
- compilation of templates

0 comments on commit 281bd81

Please sign in to comment.