Skip to content

Commit 1be7b04

Browse files
authored
Merge pull request #3361 from magento-obsessive-owls/MC-4189-ie-11
[obsessive] MC-4189: IE11 - PageBuilder Does Not Load
2 parents fd40166 + b582cf0 commit 1be7b04

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)