diff options
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js index b57caadd..032b2fed 100644 --- a/StoneIsland/www/js/lib/cart/CartView.js +++ b/StoneIsland/www/js/lib/cart/CartView.js @@ -14,6 +14,7 @@ var CartView = View.extend({ this.shipping = new CartShipping ({ parent: this }) this.confirm = new CartConfirm ({ parent: this }) this.thanks = new CartThanks ({ parent: this }) + this.error = new CartError ({ parent: this }) this.$full_msg = this.$(".full_msg") this.$empty_msg = this.$(".empty_msg") |
