summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/products/ProductView.js
diff options
context:
space:
mode:
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("< BACK TO SHOPPING", "ADD TO CART")
+ app.footer.show("ADD TO CART", "< 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(){
},