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 1c89402 commit f6d4e84Copy full SHA for f6d4e84
lib/web/mage/requirejs/mixins.js
@@ -114,14 +114,13 @@ define('mixins', [
114
* @returns {Array} An array of paths to mixins.
115
*/
116
getMixins: function (path) {
117
-
118
var config;
119
120
- // fix for when urlArgs is set
+
+ // fix for when urlArgs is set
121
if (path.indexOf('?') !== -1) {
122
path = path.substring(0, path.indexOf('?'));
123
- }
124
+ }
125
config = module.config() || {},
126
mixins = config[path] || {};
127
0 commit comments