diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 22:39:56 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 22:39:56 -0500 |
| commit | 9c4846681b13923046d0e2da837c6580a419e950 (patch) | |
| tree | ddb96638a71b6d9a03ae4f66f94ae9924634834f /StoneIsland/www/js/lib/cart/CartShipping.js | |
| parent | e458c052238c5f5bebd33affc7e5750671beeb23 (diff) | |
fix divs and things
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartShipping.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js index 2c7bae4a..65e2cb65 100644 --- a/StoneIsland/www/js/lib/cart/CartShipping.js +++ b/StoneIsland/www/js/lib/cart/CartShipping.js @@ -1,4 +1,4 @@ -var CartShipping = View.extend({ +var CartShipping = FormView.extend({ el: "#cart_shipping", |
