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
..
2012-02-03 22:52:57 +01:00
2011-08-21 19:20:18 +01:00
2011-08-21 19:27:02 +01:00