Skip to content

Commit

Permalink
Stabilize Builds on Forward Ports Batch 35
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-balko committed Feb 28, 2018
1 parent c51f94c commit 9f3f3e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ define([
'underscore',
'ko',
'./abstract',
'mage/adminhtml/events'
], function (wysiwyg, $, _, ko, Abstract) {
'mage/adminhtml/events',
'Magento_Variable/variables'
], function (wysiwyg, $, _, ko, Abstract, varienGlobalEvents) {
'use strict';

return Abstract.extend({
Expand Down

0 comments on commit 9f3f3e0

Please sign in to comment.