diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-15 17:29:06 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-15 17:35:10 -0400 |
| commit | 7ce68f6fa7deb845266107c38c6049fdcdb5f5a8 (patch) | |
| tree | 0ed74540dfa6d08001fafe371e507562f3ebf887 /StoneIsland/www/js/index.js | |
| parent | d5855a5d5b7c16a2c262ad2b98aabe5e8dd161f0 (diff) | |
using ionicons
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 () |
