diff options
Diffstat (limited to 'public/js/lib/views/room/index.js')
| -rw-r--r-- | public/js/lib/views/room/index.js | 10 |
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 |
