diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 676dedfc..9a8e945c 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -11,6 +11,7 @@ var app = (function(){ app.ready = function(){ app.view = null + app.nav = new NavView () app.router = new SiteRouter () } |
