summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/products/ProductView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-11 18:08:37 -0500
committerJules Laplace <jules@okfoc.us>2015-11-11 18:08:37 -0500
commite49d68aa34532bbdf9d8d942f9d7e2532454e55d (patch)
treef23ef3bf92d3d40e921e87b4fe91efccdce41308 /StoneIsland/www/js/lib/products/ProductView.js
parentca49959f326d3a03a47b2352c19d52ef91085158 (diff)
not happy with this cc api
Diffstat (limited to 'StoneIsland/www/js/lib/products/ProductView.js')
-rw-r--r--StoneIsland/www/js/lib/products/ProductView.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js
index fd81f199..8e14c193 100644
--- a/StoneIsland/www/js/lib/products/ProductView.js
+++ b/StoneIsland/www/js/lib/products/ProductView.js
@@ -21,7 +21,7 @@ var ProductView = ScrollableView.extend({
this.$color = this.$(".color")
this.$body = this.$(".body")
- app.footer.show("&lt; BACK TO SHOPPING", "ADD TO CART")
+ app.footer.show("ADD TO CART", "&lt; BACK TO SHOPPING")
},
show: function(){
@@ -135,11 +135,14 @@ var ProductView = ScrollableView.extend({
}.bind(this))
},
- ok: function(){
+ save: function(){
+ // add to cart
},
+
cancel: function(){
app.router.go('store')
},
+
share: function(){
},