diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-05 01:21:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-05 01:21:38 -0400 |
| commit | 18f6f0219474f0f43e7403a5f5f8cff7c3dd0246 (patch) | |
| tree | 228fd343f36da554e540a70a0522eae489ad62fc /public/js/index.js | |
| parent | d0b4cd4f7e6364a35a420f2f3b0fcdbb502d8a9a (diff) | |
login view, lobby view
Diffstat (limited to 'public/js/index.js')
| -rw-r--r-- | public/js/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/index.js b/public/js/index.js index 30f5975..6e171fc 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -4,8 +4,6 @@ var app = (function(){ app.init = function(){ user.init() - app.socket = ws.connect() - app.router = new SiteRouter () $(window).on("focus", app.focus) |
