File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/ProductVideo/view/frontend/web/js Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ define([
97
97
optionsVideoData : '' ,
98
98
vimeoJSFrameworkLoaded : false
99
99
} ,
100
+
101
+ /**
102
+ * @private
103
+ */
100
104
onVimeoJSFramework : function ( ) { } ,
101
105
PV : 'product-video' , // [CONST]
102
106
VU : 'video-unplayed' ,
@@ -654,7 +658,8 @@ define([
654
658
* @param {Event } event
655
659
* @private
656
660
*/
657
- _clickHandler : function ( event ) { if ( $ ( event . target ) . hasClass ( this . VU ) && $ ( event . target ) . find ( 'iframe' ) . length === 0 ) {
661
+ _clickHandler : function ( event ) {
662
+ if ( $ ( event . target ) . hasClass ( this . VU ) && $ ( event . target ) . find ( 'iframe' ) . length === 0 ) {
658
663
$ ( event . target ) . removeClass ( this . VU ) ;
659
664
660
665
if ( this . vimeoJSFrameworkLoaded ) {
You can’t perform that action at this time.
0 commit comments