summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js9
1 files changed, 9 insertions, 0 deletions
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)
+})()