5 lines
70 B
CoffeeScript
5 lines
70 B
CoffeeScript
|
$ () ->
|
||
|
start = () ->
|
||
|
window.app.realtime.connect();
|
||
|
|
||
|
start();
|