diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-10 22:10:24 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-10 22:10:24 -0600 |
| commit | 2fd41f4e25e27646bbebae29656a98817f1afc31 (patch) | |
| tree | 2c56a8c34069d515d0b16a8fb050b9e4dfeeeb30 /StoneIsland/www/js/lib/products/ProductView.js | |
| parent | 015b58ff6845b5cb79b13fec109a37b4c10c7813 (diff) | |
Diffstat (limited to 'StoneIsland/www/js/lib/products/ProductView.js')
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/ProductView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 4789850a..3cb66600 100644..100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -22,6 +22,7 @@ var ProductView = ScrollableView.extend({ this.$price = this.$(".price") this.$size = this.$(".size") this.$color = this.$(".color") + this.$share = this.$(".share") this.$body = this.$(".body") this.$fit = this.$(".fit") this.$sizing = this.$(".sizing") |
