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 386b5c3 commit bbd94e2Copy full SHA for bbd94e2
lib/web/mage/requirejs/mixins.js
@@ -226,10 +226,10 @@ require([
226
* Wrap original context configuration to update unbundled context,
227
* that way it is able to respect any changes done after mixins module has initialized.
228
*/
229
- defContext.configure = function(cfg) {
+ defContext.configure = function (cfg) {
230
originalContextConfigure(cfg);
231
unbundledContext.configure(cfg);
232
- }
+ };
233
234
/**
235
* Copy properties of original 'require' method.
0 commit comments