Skip to content

Commit

Permalink
MAGETWO-84903: Added namespace to product videos fotorama events #12469
Browse files Browse the repository at this point in the history
  • Loading branch information
omiroshnichenko committed Dec 8, 2017
1 parent 321278b commit 89b8f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ define([
if (options.dataMergeStrategy === 'prepend') {
this.options.videoData = [].concat(
this.options.optionsVideoData[options.selectedOption],
this.options.videoData
this.defaultVideoData
);
} else {
this.options.videoData = this.options.optionsVideoData[options.selectedOption];
Expand Down

0 comments on commit 89b8f3a

Please sign in to comment.