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.
1 parent 2eb6f84 commit 540397dCopy full SHA for 540397d
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