Skip to content

Commit 37a0e7a

Browse files
committed
MC-19591: [2.2.x] Fix missing shim configurations
1 parent 5618bf8 commit 37a0e7a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Theme/view/base/requirejs-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ var config = {
3636
},
3737
'jquery/jquery-storageapi': {
3838
'deps': ['jquery/jquery.cookie']
39-
}
39+
},
40+
'magnifier/magnifier': ['jquery']
4041
},
4142
'paths': {
4243
'jquery/validate': 'jquery/jquery.validate',

lib/web/jquery/patches/jquery-ui.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*/
55

66
define([
7-
'jquery'
7+
'jquery',
8+
'jquery/ui'
89
], function ($) {
910
'use strict';
1011

0 commit comments

Comments
 (0)