Skip to content

Commit a232e07

Browse files
committed
MAGETWO-69567: [Mainline] - Closing the image view window causes mini-cart to drop down
- fix for typo
1 parent dd9d57f commit a232e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,7 @@ fotoramaVersion = '4.6.4';
21592159
$fullscreenIcon.prependTo($stage);
21602160
o_nativeFullScreen = FULLSCREEN && o_allowFullScreen === 'native';
21612161

2162-
// Due 300ms click delay on mobile divices
2162+
// Due 300ms click delay on mobile devices
21632163
// we stub touchend and fallback to click.
21642164
// MAGETWO-69567
21652165
stubEvent($fullscreenIcon, 'touchend');

0 commit comments

Comments
 (0)