Skip to content

Commit

Permalink
MAGETWO-85311: Added namespace to product videos fotorama events #12469
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Dec 11, 2017
2 parents d865ef1 + fb68148 commit 0462fee
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 0462fee

Please sign in to comment.