Skip to content

Commit 3212630

Browse files
Stabilize Builds on Forward Ports Batch 35
1 parent efb8bf6 commit 3212630

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

Lines changed: 2 additions & 3 deletions
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)