From dad5f3f0c3c13e8334a6a0ea522c5a2bfe8cd830 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2015 00:30:45 -0500 Subject: faq view and other structure --- StoneIsland/www/js/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'StoneIsland/www/js/index.js') diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 1beaa708..5023873c 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -39,7 +39,15 @@ var app = (function(){ app.nav = new NavView () app.login = new LoginView () + app.logout = new LogoutView () + app.signup = new SignupView () + app.profile = new ProfileView () + app.payment = new PaymentView () + app.shipping = new ShippingView () + app.intro = new IntroView () + app.faq = new FaqView () + app.search = new SearchView () app.product = new ProductView () app.collection = new CollectionView () -- cgit v1.2.3-70-g09d2