diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/AccountView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/AccountView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/AccountView.js b/StoneIsland/www/js/lib/account/AccountView.js index e9022d64..cbd9a9c6 100644 --- a/StoneIsland/www/js/lib/account/AccountView.js +++ b/StoneIsland/www/js/lib/account/AccountView.js @@ -52,7 +52,7 @@ var AccountView = View.extend({ } else { if (auth.deferred_product) { - auth.add_deferred_product_to_cart( app.cart.load.bind(app.cart) ) + auth.add_deferred_product_to_cart() } else { app.cart.load() |
