diff options
Diffstat (limited to 'public/js/lib/views/room/userlist.js')
| -rw-r--r-- | public/js/lib/views/room/userlist.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/js/lib/views/room/userlist.js b/public/js/lib/views/room/userlist.js new file mode 100644 index 0000000..d638a02 --- /dev/null +++ b/public/js/lib/views/room/userlist.js @@ -0,0 +1,15 @@ +var UserlistView = View.extend({ + + el: "#userlist", + + events: { + }, + + initialize: function(){ + }, + + update: function(users){ + + }, + +})
\ No newline at end of file |
