File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
app/code/Magento/Theme/view Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ var config = {
2525 'MutationObserver' : [ 'es6-collections' ] ,
2626 'matchMedia' : {
2727 'exports' : 'mediaCheck'
28- }
28+ } ,
29+ 'magnifier/magnifier' : [ 'jquery' ]
2930 } ,
3031 'paths' : {
3132 'jquery/validate' : 'jquery/jquery.validate' ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ var config = {
4444 'Magento_Theme/js/view/breadcrumbs' : {
4545 'Magento_Theme/js/view/add-home-breadcrumb' : true
4646 } ,
47- 'jquery/jquery-ui ' : {
47+ 'jquery/ui-modules/dialog ' : {
4848 'jquery/patches/jquery-ui' : true
4949 }
5050 }
Original file line number Diff line number Diff line change 44 */
55
66define ( [
7- 'jquery'
7+ 'jquery' ,
8+ 'jquery-ui-modules/widget'
9+ // 'jquery-ui-modules/dialog' - do not enable this dependency because this is already a mixin for the dialog ui component
810] , function ( $ ) {
911 'use strict' ;
1012
You can’t perform that action at this time.
0 commit comments