summaryrefslogtreecommitdiff
path: root/public/js/lib/views/room/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-05 12:53:38 -0400
committerJules Laplace <jules@okfoc.us>2015-08-05 12:53:38 -0400
commitb9aaeaf616ed0a46a81e313bede00f1598d245ca (patch)
tree0d2256c9332b6d0ef97bb56e1c771a976f3497db /public/js/lib/views/room/index.js
parent21e31e46ff167ede7cb5ad4452cbd406236bc83d (diff)
parent3b7da491072e5c366738ff549e8958d97948076a (diff)
mergez
Diffstat (limited to 'public/js/lib/views/room/index.js')
-rw-r--r--public/js/lib/views/room/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/js/lib/views/room/index.js b/public/js/lib/views/room/index.js
new file mode 100644
index 0000000..58d7449
--- /dev/null
+++ b/public/js/lib/views/room/index.js
@@ -0,0 +1,10 @@
+var RoomView = View.extend({
+
+ events: {
+ },
+
+ initialize: function(name){
+ app.socket = ws.connect(name)
+ }
+
+}) \ No newline at end of file