Skip to content

Commit 2dcfcea

Browse files
committed
PB-366: Templates Lower Level Test Coverage
1 parent 0093bde commit 2dcfcea

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/js/modal

1 file changed

+2
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/modal.js

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

66
define([
77
'Magento_Ui/js/modal/modal-component',
8-
'Magento_PageBuilder/js/events',
9-
'jquery'
10-
], function (ModalComponent, events, $) {
8+
'Magento_PageBuilder/js/events'
9+
], function (ModalComponent, events) {
1110
'use strict';
1211

1312
return ModalComponent.extend({

0 commit comments

Comments
 (0)