Skip to content

Commit 1698afc

Browse files
author
Oleksii Korshenko
committed
[2.3-develop] Forwardport of #12141
- fixed static tests
1 parent 85e0956 commit 1698afc

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+2
-3
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ define([
1212
'underscore',
1313
'ko',
1414
'./abstract',
15-
'mage/adminhtml/events',
16-
'Magento_Variable/variables'
17-
], function (wysiwyg, $, _, ko, Abstract, varienGlobalEvents) {
15+
'mage/adminhtml/events'
16+
], function (wysiwyg, $, _, ko, Abstract) {
1817
'use strict';
1918

2019
return Abstract.extend({

0 commit comments

Comments
 (0)