diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:06:56 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:06:56 -0400 |
| commit | 14699818d58beef4b9b20b3ddb3e03641c0b7f21 (patch) | |
| tree | 954ead80ac9b3fed5e75fa18eac4ab157a642a43 /StoneIsland/www/js/lib/_router.js | |
| parent | 0ff689f69ccf98d0a3e6f4e190fa3e44cf44c44c (diff) | |
populate collectionview
Diffstat (limited to 'StoneIsland/www/js/lib/_router.js')
| -rw-r--r-- | StoneIsland/www/js/lib/_router.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/_router.js b/StoneIsland/www/js/lib/_router.js index d45ffdc2..08b8b819 100644 --- a/StoneIsland/www/js/lib/_router.js +++ b/StoneIsland/www/js/lib/_router.js @@ -53,8 +53,9 @@ var SiteRouter = Router.extend({ app.archive.show() }, - cart: function(){ + app.view = app.cart + app.cart.show() }, }) |
