Fix typo in single-product.js

This commit is contained in:
Manos Psychogyiopoulos 2017-04-12 15:06:16 +03:00
parent 307a42b37e
commit 92d1490151
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jQuery( function( $ ) {
// ...also taking args into account. // ...also taking args into account.
if ( args ) { if ( args ) {
this.flexslider_enabled = false === args.photoswipe_enabled ? false : this.flexslider_enabled; this.flexslider_enabled = false === args.flexslider_enabled ? false : this.flexslider_enabled;
this.zoom_enabled = false === args.zoom_enabled ? false : this.zoom_enabled; this.zoom_enabled = false === args.zoom_enabled ? false : this.zoom_enabled;
this.photoswipe_enabled = false === args.photoswipe_enabled ? false : this.photoswipe_enabled; this.photoswipe_enabled = false === args.photoswipe_enabled ? false : this.photoswipe_enabled;
} }