Skip to content

Commit 540397d

Browse files
committed
MC-4189: IE11 - PageBuilder Does Not Load
- Fix IE 11 loading of TinyMCE
1 parent 2eb6f84 commit 540397d

File tree

1 file changed

+1
-1
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define([
3030

3131
_.bindAll(this, 'openFileBrowser');
3232

33-
config = Object.assign({}, baseConfig, config || {});
33+
config = _.extend({}, baseConfig, config || {});
3434
this.wysiwygInstance = new WysiwygInstancePrototype(htmlId, config);
3535
this.wysiwygInstance.eventBus = this.eventBus = new window.varienEvents();
3636
},

0 commit comments

Comments
 (0)