Skip to content

Commit 343455e

Browse files
committed
Fixed static JS test
1 parent 06af7b9 commit 343455e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ define([
529529
}
530530
}, this), 50);
531531
} else { //if not a vimeo - play it immediately with a little lag in case for fotorama fullscreen
532-
setTimeout($.proxy(function(){
532+
setTimeout($.proxy(function () {
533533
$(this.element).data('fotorama').activeFrame.$stageFrame[0].click();
534534
this.Base = false;
535535
}, this), 50);

0 commit comments

Comments
 (0)