We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425a34 commit 93db0c8Copy full SHA for 93db0c8
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -386,7 +386,7 @@ define([
386
currentItem = thumbs.eq(t);
387
388
if (fotorama.options.nav === 'dots' && currentItem.hasClass(iconClass)) {
389
- currentItem.removeCLass(iconClass)
+ currentItem.removeClass(iconClass);
390
}
391
392
if (tmpVideoData.mediaType === this.VID && fotorama.options.nav === 'thumbs') {
0 commit comments