summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-25 05:59:39 -0500
committerJules Laplace <jules@okfoc.us>2015-11-25 05:59:39 -0500
commitcec1ab9102cc6943d7e8f77b97a69ed3925a227e (patch)
tree797ee4d1b480504a71cd063c157c49dd633fd550 /StoneIsland/www/js/lib/account/ShippingView.js
parent0da322d7440850b854ce77e8755f97116584920e (diff)
update/destroy address records
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ShippingView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js
index f9089875..65a55fdc 100644
--- a/StoneIsland/www/js/lib/account/ShippingView.js
+++ b/StoneIsland/www/js/lib/account/ShippingView.js
@@ -34,7 +34,7 @@ var ShippingView = FormView.extend({
document.body.className = "shipping"
},
- save: function(){
+ finalize: function(){
},
}) \ No newline at end of file