Skip to content

Commit f6cffdc

Browse files
committed
MC-19246: Fix missing shim configurations
- Remove redundant dependency;
1 parent f425fdb commit f6cffdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
define([
77
'jquery',
8-
'jquery-ui-modules/widget',
9-
'jquery-ui-modules/dialog'
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
1010
], function ($) {
1111
'use strict';
1212

0 commit comments

Comments
 (0)