Skip to content

Commit 4e1308c

Browse files
committed
MC-17868: Break jQuery UI into widgets and make a prototype
- Fix adding downloadable products with images to shopping cart;
1 parent 15e884d commit 4e1308c

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/resizable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ define([
88
'Magento_Ui/js/lib/view/utils/async',
99
'uiRegistry',
1010
'underscore',
11-
'../template/renderer'
11+
'../template/renderer',
12+
'jquery-ui-modules/resizable'
1213
], function (ko, $, async, registry, _, renderer) {
1314
'use strict';
1415

0 commit comments

Comments
 (0)