From: Alan Knowles Date: Tue, 29 Mar 2011 10:18:21 +0000 (+0800) Subject: tests/tickets.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=03c785cb051ff85c973ccfe3f13a6382a572bb09 tests/tickets.js --- diff --git a/tests/tickets.js b/tests/tickets.js index 62ed5125..f33a5d63 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -42,7 +42,7 @@ Tickets = { print(JSON.stringify(ar, null, 4)); var auth = new Soup.Auth() var session = new Soup.SessionSync(); - session.signal.authenticate(function(sess, msg, auth, rt) { + session.signal.authenticate.connect(function(sess, msg, auth, rt) { print("authenticate?"); })