We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd40166 + b582cf0 commit 1be7b04Copy full SHA for 1be7b04
lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
@@ -30,7 +30,7 @@ define([
30
31
_.bindAll(this, 'openFileBrowser');
32
33
- config = Object.assign({}, baseConfig, config || {});
+ config = _.extend({}, baseConfig, config || {});
34
this.wysiwygInstance = new WysiwygInstancePrototype(htmlId, config);
35
this.wysiwygInstance.eventBus = this.eventBus = new window.varienEvents();
36
},
0 commit comments