Skip to content

Commit 2e67234

Browse files
committed
MC-17868: Break jQuery UI into widgets and make a prototype
- Remove jquery/ui from frontend area;
1 parent 339d566 commit 2e67234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/breadcrumbs.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ define([
4242
injector.require(
4343
[
4444
'Magento_Catalog/js/product/breadcrumbs',
45-
'Magento_Theme/js/view/breadcrumbs',
46-
'jquery/ui'
45+
'Magento_Theme/js/view/breadcrumbs'
4746
], function (mixin, breadcrumb) {
4847
widget = mixin(breadcrumb);
4948
done();

0 commit comments

Comments
 (0)