Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 29, 2017
1 parent 91191e5 commit 0d1d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fun main(args: Array<String>) {

fun ElementCreator<ULElement>.newListItem(text: String) {
li().apply {
addText(text)
text(text)
on.click {
delete()
}
Expand Down

0 comments on commit 0d1d765

Please sign in to comment.