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