Subversion Repositories ALCASAR

Rev

Rev 2112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2112 Rev 2370
Line 1... Line 1...
1
chilliController.interval = 20;
1
chilliController.interval = 20;
2
chilliController.host = "alcasar";
-
 
3
chilliController.port = 3990;
-
 
4
chilliController.onUpdate = updateUI ;
2
chilliController.onUpdate = updateUI ;
5
chilliController.onError  = handleError ;
3
chilliController.onError  = handleError ;
6
chilliClock.onTick = function () { }
4
chilliClock.onTick = function () { }
7
 
5
 
8
var isloggedout = false;
6
var isloggedout = false;