Fixed coding standards

This commit is contained in:
Claudio Sanches 2017-07-04 14:09:16 -03:00
parent c1de30fa38
commit 7172d559c8
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ jQuery( function( $ ) {
var $image = $( this );
if ( $image ) {
setTimeout(function(){
setTimeout( function() {
var setHeight = $image.closest( '.woocommerce-product-gallery__image' ).height();
var $viewport = $image.closest( '.flex-viewport' );