This website requires JavaScript.
Explore
Help
Register
Sign In
supernets
/
hardlounge
Watch
4
Fork
0
You've already forked hardlounge
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8e4cdc3e9f
hardlounge
/
client
/
js
/
shout.js
5 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Begin rewrite
2014-06-26 16:14:45 +00:00
$
(
function
(
)
{
Add models and plugins
2014-06-26 23:05:47 +00:00
var
socket
=
io
(
)
;
socket
.
emit
(
"h"
,
"hello"
)
;
Begin rewrite
2014-06-26 16:14:45 +00:00
}
)
;
Reference in New Issue
Copy Permalink