diff options
Diffstat (limited to 'public/js/lib/views/lobby')
| -rw-r--r-- | public/js/lib/views/lobby/index.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/js/lib/views/lobby/index.js b/public/js/lib/views/lobby/index.js new file mode 100644 index 0000000..5ed1966 --- /dev/null +++ b/public/js/lib/views/lobby/index.js @@ -0,0 +1,9 @@ +var LobbyView = View.extend({ + + events: { + }, + + initialize: function(){ + } + +})
\ No newline at end of file |
