Skip to content

Commit 311302f

Browse files
committed
ACP2E-4231: Fotorama can open Mini Cart on Image Viewer close action
1 parent a96ad14 commit 311302f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,8 @@ const fotoramaVersion = '4.6.4';
13011301
return forward ? '>' : '<';
13021302
}
13031303

1304-
let UTIL = (function () {
1304+
// eslint-disable-next-line
1305+
var UTIL = (function () {
13051306

13061307
function setRatioClass($el, wh, ht) {
13071308
var rateImg = wh / ht;

0 commit comments

Comments
 (0)