diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-13 20:15:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-13 20:15:35 -0500 |
| commit | 93e3a8798987bcc714b6da832ecea849ad904324 (patch) | |
| tree | 2895b856f9b9b4d691c2766648659f81b27e58d0 /StoneIsland/www/js/lib/products/ProductView.js | |
| parent | 9ce684a526225cd70b88410355764abd2f66b01c (diff) | |
split filters out and stub color/size pickers
Diffstat (limited to 'StoneIsland/www/js/lib/products/ProductView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/products/ProductView.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 19a1f795..829fdc4b 100644 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -20,6 +20,9 @@ var ProductView = ScrollableView.extend({ this.$size = this.$(".size") this.$color = this.$(".color") this.$body = this.$(".body") + + this.colorFilter = new ColorFilter({ parent: this }) + this.sizeFilter = new SizeFilter({ parent: this }) }, show: function(){ |
