Skip to content

Commit

Permalink
STENCIL-3277 fix product details scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampa committed Mar 16, 2017
1 parent 1426f5b commit 07c684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Product extends PageManager {
// Init collapsible
collapsibleFactory();

this.productDetails = new ProductDetails($('.productView-options'), this.context, window.BCData.product_attributes);
this.productDetails = new ProductDetails($('.productView'), this.context, window.BCData.product_attributes);

videoGallery();

Expand Down

0 comments on commit 07c684d

Please sign in to comment.