summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/clock/src/toppage_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clock/src/toppage_handler.erl b/examples/clock/src/toppage_handler.erl
index 844e9ba..552cb0e 100644
--- a/examples/clock/src/toppage_handler.erl
+++ b/examples/clock/src/toppage_handler.erl
@@ -44,7 +44,7 @@ $(document).ready(function(){
var bullet;
var open = function(){
bullet = $.bullet('ws://localhost:8080/bullet', options);
- bullet.onopen = function(){
+ bullet.onopen = function(){
$('#status_' + name).text('online');
};
bullet.onclose = bullet.ondisconnect = function(){