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 64027d2a..5720dcf1 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -10,6 +10,7 @@ var app = (function(){ app.header = new HeaderView () app.footer = new FooterView () + app.curtain = new CurtainView () app.nav = new NavView () app.login = new LoginView () |
