diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 20:56:10 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 20:56:10 -0500 |
| commit | ef5b4aaca99b811d0399f40d4ca79c642cf6bf31 (patch) | |
| tree | 2332370c585e1df0a38d3ad3edb9aaebcd8465f4 /StoneIsland/www/js/index.js | |
| parent | 74e7f60ddccf181aa80259fb9eac4c84f17a070b (diff) | |
ClosedStoreView
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 07819ca4..dec2d0cd 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -33,6 +33,7 @@ var app = (function(){ app.cart = new CartView () + app.intro = new IntroView () app.header = new HeaderView () app.footer = new FooterView () app.curtain = new CurtainView () @@ -48,16 +49,16 @@ var app = (function(){ app.settings = new SettingsView () app.orders = new OrdersView () - app.intro = new IntroView () app.terms = new PageView ({ page: "terms" }) app.privacy = new PageView ({ page: "privacy" }) app.returns = new PageView ({ page: "returns" }) app.care = new PageView ({ page: "care" }) - app.search = new SearchView () - app.product = new ProductView () app.collection = new CollectionView () - + app.product = new ProductView () + app.closed = new ClosedStoreView () + app.search = new SearchView () + app.selector = new Selector () } |
