summaryrefslogtreecommitdiff
path: root/demo/chat.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-07-21 10:12:35 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-07-21 10:12:35 -0400
commit84a14ca026a8ca7ed4488e51506340b249809fae (patch)
tree69937e8dd046f5e3b3ea38f66061cdc8310351bc /demo/chat.ur
parentadfa70ae09d13b338efee432b1e0bfc73af5e104 (diff)
Update demo code for key/mouse handler change
Diffstat (limited to 'demo/chat.ur')
-rw-r--r--demo/chat.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/chat.ur b/demo/chat.ur
index 9f18e9ef..720130b4 100644
--- a/demo/chat.ur
+++ b/demo/chat.ur
@@ -40,7 +40,7 @@ fun chat id () =
return <xml><body onload={onload ()}>
<h1>{[r.T.Title]}</h1>
- <button value="Send:" onclick={doSpeak ()}/> <ctextbox source={newLine}/>
+ <button value="Send:" onclick={fn _ => doSpeak ()}/> <ctextbox source={newLine}/>
<h2>Messages</h2>