diff options
Diffstat (limited to 'public/js/lib/chat.js')
| -rw-r--r-- | public/js/lib/chat.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/js/lib/chat.js b/public/js/lib/chat.js index 946954b..6c227eb 100644 --- a/public/js/lib/chat.js +++ b/public/js/lib/chat.js @@ -18,6 +18,10 @@ var ChatView = View.extend({ }, send: function(){ + var msg = {} + msg.room = room.name() + msg.msg = + // app.socket.send("message", msg) }, empty: function(){ |
