Chad Weider
b1d871d0fd
Defer socket setup until initialization and on document ready.
...
Code at the top level of a module should be related to definition only. Things that execute code should be inside of initialization methods. All evidence suggests that the binding to `window.onload` was arbitrary, and that this can be done as soon as the document is ready with no ill-effects.
2012-02-05 13:55:35 -08:00
Chad Weider
9253f9993d
Remove guards surrounding export steps.
2012-01-22 09:54:28 -08:00
Chad Weider
7f98116a43
Implement require
for most modules.
2012-01-22 09:49:13 -08:00
Chad Weider
2b5d7a0048
All files export their public interface if exports
is available.
2012-01-22 09:48:21 -08:00
Chad Weider
003c2a59aa
Remove dependency on a global socket and address pad.socket
instead.
2012-01-22 09:46:09 -08:00
Peter 'Pita' Martischka
609701961e
Added some comments to help us documentating the code
2011-12-11 19:45:40 +01:00
Peter 'Pita' Martischka
fa098d73cd
Do a reconnect on network problems. After 10s it gives up
2011-11-25 15:26:01 -08:00
Peter 'Pita' Martischka
4f233d88f8
fixed the backward compatility to old colorIds
2011-08-21 18:53:30 +01:00
Peter 'Pita' Martischka
9d37d91ce1
added a colorPicker
2011-08-20 18:22:10 +01:00
Peter 'Pita' Martischka
29878e648e
added a Chat
2011-07-14 16:15:38 +01:00
Peter 'Pita' Martischka
271ee1776b
beautified all static js files
2011-07-07 18:59:34 +01:00
Peter 'Pita' Martischka
af57413cfa
Ops, forgot the static files
2011-06-23 14:09:41 +01:00
Peter 'Pita' Martischka
44aa476ec0
A lot small changes that results in a timeslider that shows the latest text
2011-06-20 11:44:04 +01:00
Peter 'Pita' Martischka
f28a5c18c6
Some improvements on message handling, on client and serverside
2011-03-27 12:49:04 +01:00
Peter 'Pita' Martischka
6c05ef8746
outcomment the message recieve on the client side ;)
2011-03-26 13:31:19 +00:00
Peter 'Pita' Martischka
325c322a27
first-commit
2011-03-26 13:10:41 +00:00