Skip to content

Commit b85b601

Browse files
committed
MC-19591: [2.2.x] Fix missing shim configurations
- Remove 'jquery/ui' from dependencies as it is already a mixin for 'jquery/ui';
1 parent 37a0e7a commit b85b601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

66
define([
7-
'jquery',
8-
'jquery/ui'
7+
'jquery'
98
], function ($) {
109
'use strict';
1110

0 commit comments

Comments
 (0)