Skip to content

Commit 9f3f3e0

Browse files
committed
Stabilize Builds on Forward Ports Batch 35
1 parent c51f94c commit 9f3f3e0

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

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

1920
return Abstract.extend({

0 commit comments

Comments
 (0)