diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-06 13:04:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-06 13:04:24 -0400 |
| commit | 277e73e9d7e118b5cc1bd5888eb502b3d7380ec8 (patch) | |
| tree | f1b2f03ad2728cfa2a8b10fcbf10f5f3030dc216 /public/js/index.js | |
| parent | fd3e6661d8911fc0ede063ade5c094c7188443e5 (diff) | |
| parent | 18ebdc7abb9982ceeba1aac651b1c874fad2b6c0 (diff) | |
Merge branch 'master' of ghghgh.us:asdf-yt
Diffstat (limited to 'public/js/index.js')
| -rw-r--r-- | public/js/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js index 6e171fc..f46c1ac 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -5,6 +5,7 @@ var app = (function(){ user.init() app.router = new SiteRouter () + app.view = null $(window).on("focus", app.focus) $(window).on("blur", app.blur) @@ -21,4 +22,6 @@ var app = (function(){ } document.addEventListener('DOMContentLoaded', app.init) + + return app })() |
