Skip to content

Commit bbd94e2

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2045: JS jQuery mix-in files not loading Intermittent issue
1 parent 386b5c3 commit bbd94e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/mage/requirejs/mixins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ require([
226226
* Wrap original context configuration to update unbundled context,
227227
* that way it is able to respect any changes done after mixins module has initialized.
228228
*/
229-
defContext.configure = function(cfg) {
229+
defContext.configure = function (cfg) {
230230
originalContextConfigure(cfg);
231231
unbundledContext.configure(cfg);
232-
}
232+
};
233233

234234
/**
235235
* Copy properties of original 'require' method.

0 commit comments

Comments
 (0)