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
magento-engcom-team committed Feb 12, 2018
1 parent efb8bf6 commit 3212630
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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,9 +12,8 @@ define([
'underscore',
'ko',
'./abstract',
'mage/adminhtml/events',
'Magento_Variable/variables'
], function (wysiwyg, $, _, ko, Abstract, varienGlobalEvents) {
'mage/adminhtml/events'
], function (wysiwyg, $, _, ko, Abstract) {
'use strict';

return Abstract.extend({
Expand Down

0 comments on commit 3212630

Please sign in to comment.