From 1a882d4adf6307dfbd764ae6aaf1a62a724851f1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 4 Aug 2015 10:55:51 -0400 Subject: rearrange stuff and stub in chat --- public/js/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/js/index.js (limited to 'public/js/index.js') diff --git a/public/js/index.js b/public/js/index.js new file mode 100644 index 0000000..d1af979 --- /dev/null +++ b/public/js/index.js @@ -0,0 +1,9 @@ +var app = (function(){ + var app = {} + + app.init = function(){ + // app.socket = + } + + document.addEventListener('DOMContentLoaded', app.init) +})() -- cgit v1.2.3-70-g09d2