Skip to content

Commit d8317ad

Browse files
Merge remote-tracking branch '37302/fix-missing-jquery-widget-dependency' into comm_jul
2 parents f098ddc + 997213d commit d8317ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/trim-input.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-modules/widget'
89
], function ($) {
910
'use strict';
1011

0 commit comments

Comments
 (0)